Html Css Color HEX #D838C8 Fuchsia

📋 copy color: '#D838C8'

red 216 ◦ green 56 ◦ blue 200

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

Shades of Fuchsia #D838C8

Tints of Fuchsia #D838C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 45.76%
G = 11.86%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D838C8 (or 0xD838C8) is known color: Fuchsia. HEX triplet: D8, 38 and C8. RGB value is (216,56,200). Sum of RGB (Red+Green+Blue) = 216+56+200=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C8 is #27C737. Grayscale: #777777. Windows color (decimal): -2606904 or 13121752. OLE color: 13121752.

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

Color convert

RGB 216 56 200 -
CMYK 0 0.74 0.07 0.15
HSL 306º 0.67% 0.53% -
HSV(B) 306º 0.74% 0.85% -
XYZ 40.16 21.6 56.7 -
YUV 120.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 216 56 200 0 0.74 0.07 0.15 306 0.67 0.53
Hex D8 38 C8 0 4A 7 F 132 43 35
Octal 330 70 310 0 112 7 17 462 103 65
Binary 11011000 111000 11001000 0 1001010 111 1111 100110010 1000011 110101

Color Harmonies of #D838C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838C8

Black with #D838C8

Text Example


Text Example

White with #D838C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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