Html Css Color HEX #D836CB Fuchsia

📋 copy color: '#D836CB'

red 216 ◦ green 54 ◦ blue 203

#D836CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D836CB

Tints of Fuchsia #D836CB

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

 GREEN value IS 54 (21.48% from 255) = 11.42%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 45.67%
G = 11.42%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D836CB (or 0xD836CB) is known color: Fuchsia. HEX triplet: D8, 36 and CB. RGB value is (216,54,203). Sum of RGB (Red+Green+Blue) = 216+54+203=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D836CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836CB is #27C934. Grayscale: #767676. Windows color (decimal): -2607413 or 13317848. OLE color: 13317848.

HSL color Cylindrical-coordinate representation of color #D836CB: hue angle of 304.81º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836CB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 203 -
CMYK 0 0.75 0.06 0.15
HSL 304.81º 0.68% 0.53% -
HSV(B) 304.81º 0.75% 0.85% -
XYZ 40.42 21.55 58.53 -
YUV 119.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 216 54 203 0 0.75 0.06 0.15 304.81 0.68 0.53
Hex D8 36 CB 0 4B 6 F 131 44 35
Octal 330 66 313 0 113 6 17 461 104 65
Binary 11011000 110110 11001011 0 1001011 110 1111 100110001 1000100 110101

Color Harmonies of #D836CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836CB

Black with #D836CB

Text Example


Text Example

White with #D836CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836CB; }

 p { color: rgb(216,54,203); }

 H1.HeaderClassName
 {
   color: #D836CB;
 }
 .AnyTagClassName
 {
   color: #D836CB;
 }
</style>

background-color css

<style>
 a { background-color: #D836CB; }

 a { background-color: rgb(216,54,203); }

 div.DivClassName
 {
   background-color: #D836CB;
 }
 .BgClassName
 {
   background-color: #D836CB;
 }
</style>

border-color css

<style>
 span { border-color: #D836CB; }

 span { border-color: rgb(216,54,203); }

 td.TdClassName
 {
   border-color: #D836CB;
 }
 .TagClassName
 {
   border-color: #D836CB;
 }
</style>