Html Css Color HEX #D62382 Deep Cerise

📋 copy color: '#D62382'

red 214 ◦ green 35 ◦ blue 130

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

Shades of Deep Cerise #D62382

Tints of Deep Cerise #D62382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.23%

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

R = 56.46%
G = 9.23%
B = 34.3%

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

#D62382 (or 0xD62382) is known color: Deep Cerise. HEX triplet: D6, 23 and 82. RGB value is (214,35,130). Sum of RGB (Red+Green+Blue) = 214+35+130=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D62382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62382 is #29DC7D. Grayscale: #636363. Windows color (decimal): -2743422 or 8528854. OLE color: 8528854.

HSL color Cylindrical-coordinate representation of color #D62382: hue angle of 328.16º degrees, saturation: 0.72, 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 #D62382 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 130 -
CMYK 0 0.84 0.39 0.16
HSL 328.16º 0.72% 0.49% -
HSV(B) 328.16º 0.84% 0.84% -
XYZ 32.36 17.11 22.72 -
YUV 99.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 214 35 130 0 0.84 0.39 0.16 328.16 0.72 0.49
Hex D6 23 82 0 54 27 10 148 48 31
Octal 326 43 202 0 124 47 20 510 110 61
Binary 11010110 100011 10000010 0 1010100 100111 10000 101001000 1001000 110001

Color Harmonies of #D62382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62382

Black with #D62382

Text Example


Text Example

White with #D62382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62382; }

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

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

background-color css

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

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

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

border-color css

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

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

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