Html Css Color HEX #D838CC Fuchsia

📋 copy color: '#D838CC'

red 216 ◦ green 56 ◦ blue 204

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

Shades of Fuchsia #D838CC

Tints of Fuchsia #D838CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.76%

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

R = 45.38%
G = 11.76%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D838CC (or 0xD838CC) is known color: Fuchsia. HEX triplet: D8, 38 and CC. RGB value is (216,56,204). Sum of RGB (Red+Green+Blue) = 216+56+204=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D838CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838CC is #27C733. Grayscale: #787878. Windows color (decimal): -2606900 or 13383896. OLE color: 13383896.

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

Color convert

RGB 216 56 204 -
CMYK 0 0.74 0.06 0.15
HSL 304.5º 0.67% 0.53% -
HSV(B) 304.5º 0.74% 0.85% -
XYZ 40.63 21.79 59.19 -
YUV 120.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 216 56 204 0 0.74 0.06 0.15 304.5 0.67 0.53
Hex D8 38 CC 0 4A 6 F 130 43 35
Octal 330 70 314 0 112 6 17 460 103 65
Binary 11011000 111000 11001100 0 1001010 110 1111 100110000 1000011 110101

Color Harmonies of #D838CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838CC

Black with #D838CC

Text Example


Text Example

White with #D838CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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