Html Css Color HEX #D43172 Cerise

📋 copy color: '#D43172'

red 212 ◦ green 49 ◦ blue 114

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

Shades of Cerise #D43172

Tints of Cerise #D43172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 56.53%
G = 13.07%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D43172 (or 0xD43172) is known color: Cerise. HEX triplet: D4, 31 and 72. RGB value is (212,49,114). Sum of RGB (Red+Green+Blue) = 212+49+114=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D43172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43172 is #2BCE8D. Grayscale: #696969. Windows color (decimal): -2870926 or 7483860. OLE color: 7483860.

HSL color Cylindrical-coordinate representation of color #D43172: hue angle of 336.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43172 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 114 -
CMYK 0 0.77 0.46 0.17
HSL 336.07º 0.65% 0.51% -
HSV(B) 336.07º 0.77% 0.83% -
XYZ 31.29 17.41 17.63 -
YUV 105.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 212 49 114 0 0.77 0.46 0.17 336.07 0.65 0.51
Hex D4 31 72 0 4D 2E 11 150 41 33
Octal 324 61 162 0 115 56 21 520 101 63
Binary 11010100 110001 1110010 0 1001101 101110 10001 101010000 1000001 110011

Color Harmonies of #D43172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43172

Black with #D43172

Text Example


Text Example

White with #D43172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43172; }

 p { color: rgb(212,49,114); }

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

background-color css

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

 a { background-color: rgb(212,49,114); }

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

border-color css

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

 span { border-color: rgb(212,49,114); }

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