Html Css Color HEX #D23160 Cerise

📋 copy color: '#D23160'

red 210 ◦ green 49 ◦ blue 96

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

Shades of Cerise #D23160

Tints of Cerise #D23160

RGB

 RED value IS 210 (82.42% from 255) = 59.15%

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

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 59.15%
G = 13.8%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D23160 (or 0xD23160) is known color: Cerise. HEX triplet: D2, 31 and 60. RGB value is (210,49,96). Sum of RGB (Red+Green+Blue) = 210+49+96=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D23160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23160 is #2DCE9F. Grayscale: #666666. Windows color (decimal): -3002016 or 6304210. OLE color: 6304210.

HSL color Cylindrical-coordinate representation of color #D23160: hue angle of 342.48º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23160 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 96 -
CMYK 0 0.77 0.54 0.18
HSL 342.48º 0.64% 0.51% -
HSV(B) 342.48º 0.77% 0.82% -
XYZ 29.79 16.74 12.73 -
YUV 102.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 210 49 96 0 0.77 0.54 0.18 342.48 0.64 0.51
Hex D2 31 60 0 4D 36 12 156 40 33
Octal 322 61 140 0 115 66 22 526 100 63
Binary 11010010 110001 1100000 0 1001101 110110 10010 101010110 1000000 110011

Color Harmonies of #D23160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23160

Black with #D23160

Text Example


Text Example

White with #D23160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23160; }

 p { color: rgb(210,49,96); }

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

background-color css

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

 a { background-color: rgb(210,49,96); }

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

border-color css

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

 span { border-color: rgb(210,49,96); }

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