Html Css Color HEX #D23A70 Cerise

📋 copy color: '#D23A70'

red 210 ◦ green 58 ◦ blue 112

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

Shades of Cerise #D23A70

Tints of Cerise #D23A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 55.26%
G = 15.26%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D23A70 (or 0xD23A70) is known color: Cerise. HEX triplet: D2, 3A and 70. RGB value is (210,58,112). Sum of RGB (Red+Green+Blue) = 210+58+112=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A70 is #2DC58F. Grayscale: #6D6D6D. Windows color (decimal): -2999696 or 7355090. OLE color: 7355090.

HSL color Cylindrical-coordinate representation of color #D23A70: hue angle of 338.68º 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 #D23A70 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 112 -
CMYK 0 0.72 0.47 0.18
HSL 338.68º 0.63% 0.53% -
HSV(B) 338.68º 0.72% 0.82% -
XYZ 31.02 17.9 17.15 -
YUV 109.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 210 58 112 0 0.72 0.47 0.18 338.68 0.63 0.53
Hex D2 3A 70 0 48 2F 12 153 3F 35
Octal 322 72 160 0 110 57 22 523 77 65
Binary 11010010 111010 1110000 0 1001000 101111 10010 101010011 111111 110101

Color Harmonies of #D23A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A70

Black with #D23A70

Text Example


Text Example

White with #D23A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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