Html Css Color HEX #D42C6D Cerise

📋 copy color: '#D42C6D'

red 212 ◦ green 44 ◦ blue 109

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

Shades of Cerise #D42C6D

Tints of Cerise #D42C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

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

R = 58.08%
G = 12.05%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D42C6D (or 0xD42C6D) is known color: Cerise. HEX triplet: D4, 2C and 6D. RGB value is (212,44,109). Sum of RGB (Red+Green+Blue) = 212+44+109=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C6D is #2BD392. Grayscale: #656565. Windows color (decimal): -2872211 or 7154900. OLE color: 7154900.

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

Color convert

RGB 212 44 109 -
CMYK 0 0.79 0.49 0.17
HSL 336.79º 0.66% 0.5% -
HSV(B) 336.79º 0.79% 0.83% -
XYZ 30.81 16.9 16.11 -
YUV 101.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 212 44 109 0 0.79 0.49 0.17 336.79 0.66 0.5
Hex D4 2C 6D 0 4F 31 11 151 42 32
Octal 324 54 155 0 117 61 21 521 102 62
Binary 11010100 101100 1101101 0 1001111 110001 10001 101010001 1000010 110010

Color Harmonies of #D42C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C6D

Black with #D42C6D

Text Example


Text Example

White with #D42C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C6D; }

 p { color: rgb(212,44,109); }

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

background-color css

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

 a { background-color: rgb(212,44,109); }

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

border-color css

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

 span { border-color: rgb(212,44,109); }

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