Html Css Color HEX #D838C5 Fuchsia

📋 copy color: '#D838C5'

red 216 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D838C5

Tints of Fuchsia #D838C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42%

R = 46.06%
G = 11.94%
B = 42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D838C5 (or 0xD838C5) is known color: Fuchsia. HEX triplet: D8, 38 and C5. RGB value is (216,56,197). Sum of RGB (Red+Green+Blue) = 216+56+197=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D838C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838C5 is #27C73A. Grayscale: #777777. Windows color (decimal): -2606907 or 12925144. OLE color: 12925144.

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

Color convert

RGB 216 56 197 -
CMYK 0 0.74 0.09 0.15
HSL 307.13º 0.67% 0.53% -
HSV(B) 307.13º 0.74% 0.85% -
XYZ 39.81 21.46 54.87 -
YUV 119.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 216 56 197 0 0.74 0.09 0.15 307.13 0.67 0.53
Hex D8 38 C5 0 4A 9 F 133 43 35
Octal 330 70 305 0 112 11 17 463 103 65
Binary 11011000 111000 11000101 0 1001010 1001 1111 100110011 1000011 110101

Color Harmonies of #D838C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838C5

Black with #D838C5

Text Example


Text Example

White with #D838C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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