Html Css Color HEX #D62A9B Deep Cerise

📋 copy color: '#D62A9B'

red 214 ◦ green 42 ◦ blue 155

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

Shades of Deep Cerise #D62A9B

Tints of Deep Cerise #D62A9B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 52.07%
G = 10.22%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D62A9B (or 0xD62A9B) is known color: Deep Cerise. HEX triplet: D6, 2A and 9B. RGB value is (214,42,155). Sum of RGB (Red+Green+Blue) = 214+42+155=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A9B is #29D564. Grayscale: #6A6A6A. Windows color (decimal): -2741605 or 10169046. OLE color: 10169046.

HSL color Cylindrical-coordinate representation of color #D62A9B: hue angle of 320.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A9B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 155 -
CMYK 0 0.80 0.28 0.16
HSL 320.58º 0.68% 0.5% -
HSV(B) 320.58º 0.8% 0.84% -
XYZ 34.48 18.32 32.73 -
YUV 106.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 214 42 155 0 0.80 0.28 0.16 320.58 0.68 0.5
Hex D6 2A 9B 0 50 1C 10 141 44 32
Octal 326 52 233 0 120 34 20 501 104 62
Binary 11010110 101010 10011011 0 1010000 11100 10000 101000001 1000100 110010

Color Harmonies of #D62A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A9B

Black with #D62A9B

Text Example


Text Example

White with #D62A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A9B; }

 p { color: rgb(214,42,155); }

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

background-color css

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

 a { background-color: rgb(214,42,155); }

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

border-color css

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

 span { border-color: rgb(214,42,155); }

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