Html Css Color HEX #D42D5C Cerise

📋 copy color: '#D42D5C'

red 212 ◦ green 45 ◦ blue 92

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

Shades of Cerise #D42D5C

Tints of Cerise #D42D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 60.74%
G = 12.89%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D42D5C (or 0xD42D5C) is known color: Cerise. HEX triplet: D4, 2D and 5C. RGB value is (212,45,92). Sum of RGB (Red+Green+Blue) = 212+45+92=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D5C is #2BD2A3. Grayscale: #646464. Windows color (decimal): -2871972 or 6041044. OLE color: 6041044.

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

Color convert

RGB 212 45 92 -
CMYK 0 0.79 0.57 0.17
HSL 343.11º 0.66% 0.5% -
HSV(B) 343.11º 0.79% 0.83% -
XYZ 30.02 16.65 11.76 -
YUV 100.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 212 45 92 0 0.79 0.57 0.17 343.11 0.66 0.5
Hex D4 2D 5C 0 4F 39 11 157 42 32
Octal 324 55 134 0 117 71 21 527 102 62
Binary 11010100 101101 1011100 0 1001111 111001 10001 101010111 1000010 110010

Color Harmonies of #D42D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D5C

Black with #D42D5C

Text Example


Text Example

White with #D42D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D5C; }

 p { color: rgb(212,45,92); }

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

background-color css

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

 a { background-color: rgb(212,45,92); }

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

border-color css

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

 span { border-color: rgb(212,45,92); }

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