Html Css Color HEX #D62D83 Deep Cerise

📋 copy color: '#D62D83'

red 214 ◦ green 45 ◦ blue 131

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

Shades of Deep Cerise #D62D83

Tints of Deep Cerise #D62D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

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

R = 54.87%
G = 11.54%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D62D83 (or 0xD62D83) is known color: Deep Cerise. HEX triplet: D6, 2D and 83. RGB value is (214,45,131). Sum of RGB (Red+Green+Blue) = 214+45+131=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62D83 is #29D27C. Grayscale: #696969. Windows color (decimal): -2740861 or 8596950. OLE color: 8596950.

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

Color convert

RGB 214 45 131 -
CMYK 0 0.79 0.39 0.16
HSL 329.47º 0.67% 0.51% -
HSV(B) 329.47º 0.79% 0.84% -
XYZ 32.77 17.81 23.18 -
YUV 105.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 214 45 131 0 0.79 0.39 0.16 329.47 0.67 0.51
Hex D6 2D 83 0 4F 27 10 149 43 33
Octal 326 55 203 0 117 47 20 511 103 63
Binary 11010110 101101 10000011 0 1001111 100111 10000 101001001 1000011 110011

Color Harmonies of #D62D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D83

Black with #D62D83

Text Example


Text Example

White with #D62D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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