Html Css Color HEX #D62A7B Deep Cerise

📋 copy color: '#D62A7B'

red 214 ◦ green 42 ◦ blue 123

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

Shades of Deep Cerise #D62A7B

Tints of Deep Cerise #D62A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 56.46%
G = 11.08%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D62A7B (or 0xD62A7B) is known color: Deep Cerise. HEX triplet: D6, 2A and 7B. RGB value is (214,42,123). Sum of RGB (Red+Green+Blue) = 214+42+123=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A7B is #29D584. Grayscale: #666666. Windows color (decimal): -2741637 or 8071894. OLE color: 8071894.

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

Color convert

RGB 214 42 123 -
CMYK 0 0.80 0.43 0.16
HSL 331.74º 0.68% 0.5% -
HSV(B) 331.74º 0.8% 0.84% -
XYZ 32.13 17.38 20.4 -
YUV 102.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 214 42 123 0 0.80 0.43 0.16 331.74 0.68 0.5
Hex D6 2A 7B 0 50 2B 10 14C 44 32
Octal 326 52 173 0 120 53 20 514 104 62
Binary 11010110 101010 1111011 0 1010000 101011 10000 101001100 1000100 110010

Color Harmonies of #D62A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A7B

Black with #D62A7B

Text Example


Text Example

White with #D62A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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