Html Css Color HEX #D62A5B Cerise

📋 copy color: '#D62A5B'

red 214 ◦ green 42 ◦ blue 91

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

Shades of Cerise #D62A5B

Tints of Cerise #D62A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 61.67%
G = 12.1%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D62A5B (or 0xD62A5B) is known color: Cerise. HEX triplet: D6, 2A and 5B. RGB value is (214,42,91). Sum of RGB (Red+Green+Blue) = 214+42+91=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A5B is #29D5A4. Grayscale: #626262. Windows color (decimal): -2741669 or 5974742. OLE color: 5974742.

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

Color convert

RGB 214 42 91 -
CMYK 0 0.80 0.57 0.16
HSL 342.91º 0.68% 0.5% -
HSV(B) 342.91º 0.8% 0.84% -
XYZ 30.45 16.71 11.52 -
YUV 99.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 214 42 91 0 0.80 0.57 0.16 342.91 0.68 0.5
Hex D6 2A 5B 0 50 39 10 157 44 32
Octal 326 52 133 0 120 71 20 527 104 62
Binary 11010110 101010 1011011 0 1010000 111001 10000 101010111 1000100 110010

Color Harmonies of #D62A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A5B

Black with #D62A5B

Text Example


Text Example

White with #D62A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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