Html Css Color HEX #D23A60 Cerise

📋 copy color: '#D23A60'

red 210 ◦ green 58 ◦ blue 96

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

Shades of Cerise #D23A60

Tints of Cerise #D23A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

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

R = 57.69%
G = 15.93%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D23A60 (or 0xD23A60) is known color: Cerise. HEX triplet: D2, 3A and 60. RGB value is (210,58,96). Sum of RGB (Red+Green+Blue) = 210+58+96=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A60 is #2DC59F. Grayscale: #6B6B6B. Windows color (decimal): -2999712 or 6306514. OLE color: 6306514.

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

Color convert

RGB 210 58 96 -
CMYK 0 0.72 0.54 0.18
HSL 345º 0.63% 0.53% -
HSV(B) 345º 0.72% 0.82% -
XYZ 30.2 17.57 12.87 -
YUV 107.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 210 58 96 0 0.72 0.54 0.18 345 0.63 0.53
Hex D2 3A 60 0 48 36 12 159 3F 35
Octal 322 72 140 0 110 66 22 531 77 65
Binary 11010010 111010 1100000 0 1001000 110110 10010 101011001 111111 110101

Color Harmonies of #D23A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A60

Black with #D23A60

Text Example


Text Example

White with #D23A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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