Html Css Color HEX #D62282 Deep Cerise

📋 copy color: '#D62282'

red 214 ◦ green 34 ◦ blue 130

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

Shades of Deep Cerise #D62282

Tints of Deep Cerise #D62282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

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

R = 56.61%
G = 8.99%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D62282 (or 0xD62282) is known color: Deep Cerise. HEX triplet: D6, 22 and 82. RGB value is (214,34,130). Sum of RGB (Red+Green+Blue) = 214+34+130=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62282 is #29DD7D. Grayscale: #626262. Windows color (decimal): -2743678 or 8528598. OLE color: 8528598.

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

Color convert

RGB 214 34 130 -
CMYK 0 0.84 0.39 0.16
HSL 328º 0.73% 0.49% -
HSV(B) 328º 0.84% 0.84% -
XYZ 32.33 17.05 22.71 -
YUV 98.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 214 34 130 0 0.84 0.39 0.16 328 0.73 0.49
Hex D6 22 82 0 54 27 10 148 49 31
Octal 326 42 202 0 124 47 20 510 111 61
Binary 11010110 100010 10000010 0 1010100 100111 10000 101001000 1001001 110001

Color Harmonies of #D62282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62282

Black with #D62282

Text Example


Text Example

White with #D62282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62282; }

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

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

background-color css

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

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

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

border-color css

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

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

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