Html Css Color HEX #D62A6D Cerise

📋 copy color: '#D62A6D'

red 214 ◦ green 42 ◦ blue 109

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

Shades of Cerise #D62A6D

Tints of Cerise #D62A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 58.63%
G = 11.51%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D62A6D (or 0xD62A6D) is known color: Cerise. HEX triplet: D6, 2A and 6D. RGB value is (214,42,109). Sum of RGB (Red+Green+Blue) = 214+42+109=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A6D is #29D592. Grayscale: #646464. Windows color (decimal): -2741651 or 7154390. OLE color: 7154390.

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

Color convert

RGB 214 42 109 -
CMYK 0 0.80 0.49 0.16
HSL 336.63º 0.68% 0.5% -
HSV(B) 336.63º 0.8% 0.84% -
XYZ 31.32 17.06 16.11 -
YUV 101.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 214 42 109 0 0.80 0.49 0.16 336.63 0.68 0.5
Hex D6 2A 6D 0 50 31 10 151 44 32
Octal 326 52 155 0 120 61 20 521 104 62
Binary 11010110 101010 1101101 0 1010000 110001 10000 101010001 1000100 110010

Color Harmonies of #D62A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A6D

Black with #D62A6D

Text Example


Text Example

White with #D62A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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