Html Css Color HEX #D23960 Cerise

📋 copy color: '#D23960'

red 210 ◦ green 57 ◦ blue 96

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

Shades of Cerise #D23960

Tints of Cerise #D23960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 57.85%
G = 15.7%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D23960 (or 0xD23960) is known color: Cerise. HEX triplet: D2, 39 and 60. RGB value is (210,57,96). Sum of RGB (Red+Green+Blue) = 210+57+96=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D23960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23960 is #2DC69F. Grayscale: #6B6B6B. Windows color (decimal): -2999968 or 6306258. OLE color: 6306258.

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

Color convert

RGB 210 57 96 -
CMYK 0 0.73 0.54 0.18
HSL 344.71º 0.63% 0.52% -
HSV(B) 344.71º 0.73% 0.82% -
XYZ 30.15 17.47 12.85 -
YUV 107.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 210 57 96 0 0.73 0.54 0.18 344.71 0.63 0.52
Hex D2 39 60 0 49 36 12 159 3F 34
Octal 322 71 140 0 111 66 22 531 77 64
Binary 11010010 111001 1100000 0 1001001 110110 10010 101011001 111111 110100

Color Harmonies of #D23960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23960

Black with #D23960

Text Example


Text Example

White with #D23960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23960; }

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

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

background-color css

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

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

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

border-color css

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

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

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