Html Css Color HEX #D838C0 Fuchsia

📋 copy color: '#D838C0'

red 216 ◦ green 56 ◦ blue 192

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

Shades of Fuchsia #D838C0

Tints of Fuchsia #D838C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 46.55%
G = 12.07%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D838C0 (or 0xD838C0) is known color: Fuchsia. HEX triplet: D8, 38 and C0. RGB value is (216,56,192). Sum of RGB (Red+Green+Blue) = 216+56+192=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C0 is #27C73F. Grayscale: #767676. Windows color (decimal): -2606912 or 12597464. OLE color: 12597464.

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

Color convert

RGB 216 56 192 -
CMYK 0 0.74 0.11 0.15
HSL 309º 0.67% 0.53% -
HSV(B) 309º 0.74% 0.85% -
XYZ 39.25 21.23 51.9 -
YUV 119.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 216 56 192 0 0.74 0.11 0.15 309 0.67 0.53
Hex D8 38 C0 0 4A B F 135 43 35
Octal 330 70 300 0 112 13 17 465 103 65
Binary 11011000 111000 11000000 0 1001010 1011 1111 100110101 1000011 110101

Color Harmonies of #D838C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838C0

Black with #D838C0

Text Example


Text Example

White with #D838C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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