Html Css Color HEX #D838C2 Fuchsia

📋 copy color: '#D838C2'

red 216 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #D838C2

Tints of Fuchsia #D838C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 46.35%
G = 12.02%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D838C2 (or 0xD838C2) is known color: Fuchsia. HEX triplet: D8, 38 and C2. RGB value is (216,56,194). Sum of RGB (Red+Green+Blue) = 216+56+194=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C2 is #27C73D. Grayscale: #777777. Windows color (decimal): -2606910 or 12728536. OLE color: 12728536.

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

Color convert

RGB 216 56 194 -
CMYK 0 0.74 0.10 0.15
HSL 308.25º 0.67% 0.53% -
HSV(B) 308.25º 0.74% 0.85% -
XYZ 39.47 21.32 53.07 -
YUV 119.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 216 56 194 0 0.74 0.10 0.15 308.25 0.67 0.53
Hex D8 38 C2 0 4A A F 134 43 35
Octal 330 70 302 0 112 12 17 464 103 65
Binary 11011000 111000 11000010 0 1001010 1010 1111 100110100 1000011 110101

Color Harmonies of #D838C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838C2

Black with #D838C2

Text Example


Text Example

White with #D838C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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