Html Css Color HEX #D42962 Cerise

📋 copy color: '#D42962'

red 212 ◦ green 41 ◦ blue 98

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

Shades of Cerise #D42962

Tints of Cerise #D42962

RGB

 RED value IS 212 (83.2% from 255) = 60.4%

 GREEN value IS 41 (16.41% from 255) = 11.68%

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 60.4%
G = 11.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D42962 (or 0xD42962) is known color: Cerise. HEX triplet: D4, 29 and 62. RGB value is (212,41,98). Sum of RGB (Red+Green+Blue) = 212+41+98=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42962 is #2BD69D. Grayscale: #626262. Windows color (decimal): -2872990 or 6433236. OLE color: 6433236.

HSL color Cylindrical-coordinate representation of color #D42962: hue angle of 340º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42962 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 98 -
CMYK 0 0.81 0.54 0.17
HSL 340º 0.68% 0.5% -
HSV(B) 340º 0.81% 0.83% -
XYZ 30.15 16.46 13.14 -
YUV 98.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 212 41 98 0 0.81 0.54 0.17 340 0.68 0.5
Hex D4 29 62 0 51 36 11 154 44 32
Octal 324 51 142 0 121 66 21 524 104 62
Binary 11010100 101001 1100010 0 1010001 110110 10001 101010100 1000100 110010

Color Harmonies of #D42962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42962

Black with #D42962

Text Example


Text Example

White with #D42962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42962; }

 p { color: rgb(212,41,98); }

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

background-color css

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

 a { background-color: rgb(212,41,98); }

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

border-color css

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

 span { border-color: rgb(212,41,98); }

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