Html Css Color HEX #D62882 Deep Cerise

📋 copy color: '#D62882'

red 214 ◦ green 40 ◦ blue 130

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

Shades of Deep Cerise #D62882

Tints of Deep Cerise #D62882

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

 GREEN value IS 40 (16.02% from 255) = 10.42%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 55.73%
G = 10.42%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D62882 (or 0xD62882) is known color: Deep Cerise. HEX triplet: D6, 28 and 82. RGB value is (214,40,130). Sum of RGB (Red+Green+Blue) = 214+40+130=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62882 is #29D77D. Grayscale: #666666. Windows color (decimal): -2742142 or 8530134. OLE color: 8530134.

HSL color Cylindrical-coordinate representation of color #D62882: hue angle of 328.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62882 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 130 -
CMYK 0 0.81 0.39 0.16
HSL 328.97º 0.69% 0.5% -
HSV(B) 328.97º 0.81% 0.84% -
XYZ 32.52 17.43 22.77 -
YUV 102.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 214 40 130 0 0.81 0.39 0.16 328.97 0.69 0.5
Hex D6 28 82 0 51 27 10 149 45 32
Octal 326 50 202 0 121 47 20 511 105 62
Binary 11010110 101000 10000010 0 1010001 100111 10000 101001001 1000101 110010

Color Harmonies of #D62882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62882

Black with #D62882

Text Example


Text Example

White with #D62882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62882; }

 p { color: rgb(214,40,130); }

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

background-color css

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

 a { background-color: rgb(214,40,130); }

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

border-color css

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

 span { border-color: rgb(214,40,130); }

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