Html Css Color HEX #D62D8B Deep Cerise

📋 copy color: '#D62D8B'

red 214 ◦ green 45 ◦ blue 139

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

Shades of Deep Cerise #D62D8B

Tints of Deep Cerise #D62D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 53.77%
G = 11.31%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D62D8B (or 0xD62D8B) is known color: Deep Cerise. HEX triplet: D6, 2D and 8B. RGB value is (214,45,139). Sum of RGB (Red+Green+Blue) = 214+45+139=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62D8B is #29D274. Grayscale: #6A6A6A. Windows color (decimal): -2740853 or 9121238. OLE color: 9121238.

HSL color Cylindrical-coordinate representation of color #D62D8B: hue angle of 326.63º 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 #D62D8B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 139 -
CMYK 0 0.79 0.35 0.16
HSL 326.63º 0.67% 0.51% -
HSV(B) 326.63º 0.79% 0.84% -
XYZ 33.33 18.04 26.15 -
YUV 106.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 214 45 139 0 0.79 0.35 0.16 326.63 0.67 0.51
Hex D6 2D 8B 0 4F 23 10 147 43 33
Octal 326 55 213 0 117 43 20 507 103 63
Binary 11010110 101101 10001011 0 1001111 100011 10000 101000111 1000011 110011

Color Harmonies of #D62D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D8B

Black with #D62D8B

Text Example


Text Example

White with #D62D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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