Html Css Color HEX #D836CC Fuchsia

📋 copy color: '#D836CC'

red 216 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #D836CC

Tints of Fuchsia #D836CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 45.57%
G = 11.39%
B = 43.04%

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

#D836CC (or 0xD836CC) is known color: Fuchsia. HEX triplet: D8, 36 and CC. RGB value is (216,54,204). Sum of RGB (Red+Green+Blue) = 216+54+204=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D836CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836CC is #27C933. Grayscale: #777777. Windows color (decimal): -2607412 or 13383384. OLE color: 13383384.

HSL color Cylindrical-coordinate representation of color #D836CC: hue angle of 304.44º 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 #D836CC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 204 -
CMYK 0 0.75 0.06 0.15
HSL 304.44º 0.68% 0.53% -
HSV(B) 304.44º 0.75% 0.85% -
XYZ 40.54 21.6 59.16 -
YUV 119.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 216 54 204 0 0.75 0.06 0.15 304.44 0.68 0.53
Hex D8 36 CC 0 4B 6 F 130 44 35
Octal 330 66 314 0 113 6 17 460 104 65
Binary 11011000 110110 11001100 0 1001011 110 1111 100110000 1000100 110101

Color Harmonies of #D836CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836CC

Black with #D836CC

Text Example


Text Example

White with #D836CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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