Html Css Color HEX #D62483 Deep Cerise

📋 copy color: '#D62483'

red 214 ◦ green 36 ◦ blue 131

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

Shades of Deep Cerise #D62483

Tints of Deep Cerise #D62483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 56.17%
G = 9.45%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D62483 (or 0xD62483) is known color: Deep Cerise. HEX triplet: D6, 24 and 83. RGB value is (214,36,131). Sum of RGB (Red+Green+Blue) = 214+36+131=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D62483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62483 is #29DB7C. Grayscale: #636363. Windows color (decimal): -2743165 or 8594646. OLE color: 8594646.

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

Color convert

RGB 214 36 131 -
CMYK 0 0.83 0.39 0.16
HSL 327.98º 0.71% 0.49% -
HSV(B) 327.98º 0.83% 0.84% -
XYZ 32.46 17.2 23.08 -
YUV 100.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 214 36 131 0 0.83 0.39 0.16 327.98 0.71 0.49
Hex D6 24 83 0 53 27 10 148 47 31
Octal 326 44 203 0 123 47 20 510 107 61
Binary 11010110 100100 10000011 0 1010011 100111 10000 101001000 1000111 110001

Color Harmonies of #D62483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62483

Black with #D62483

Text Example


Text Example

White with #D62483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62483; }

 p { color: rgb(214,36,131); }

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

background-color css

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

 a { background-color: rgb(214,36,131); }

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

border-color css

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

 span { border-color: rgb(214,36,131); }

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