Html Css Color HEX #D838C9 Fuchsia

📋 copy color: '#D838C9'

red 216 ◦ green 56 ◦ blue 201

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

Shades of Fuchsia #D838C9

Tints of Fuchsia #D838C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 45.67%
G = 11.84%
B = 42.49%

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

#D838C9 (or 0xD838C9) is known color: Fuchsia. HEX triplet: D8, 38 and C9. RGB value is (216,56,201). Sum of RGB (Red+Green+Blue) = 216+56+201=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C9 is #27C736. Grayscale: #777777. Windows color (decimal): -2606903 or 13187288. OLE color: 13187288.

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

Color convert

RGB 216 56 201 -
CMYK 0 0.74 0.07 0.15
HSL 305.63º 0.67% 0.53% -
HSV(B) 305.63º 0.74% 0.85% -
XYZ 40.28 21.64 57.31 -
YUV 120.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 216 56 201 0 0.74 0.07 0.15 305.63 0.67 0.53
Hex D8 38 C9 0 4A 7 F 132 43 35
Octal 330 70 311 0 112 7 17 462 103 65
Binary 11011000 111000 11001001 0 1001010 111 1111 100110010 1000011 110101

Color Harmonies of #D838C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838C9

Black with #D838C9

Text Example


Text Example

White with #D838C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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