Html Css Color HEX #D23A72 Cerise

📋 copy color: '#D23A72'

red 210 ◦ green 58 ◦ blue 114

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

Shades of Cerise #D23A72

Tints of Cerise #D23A72

RGB

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

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

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

R = 54.97%
G = 15.18%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D23A72 (or 0xD23A72) is known color: Cerise. HEX triplet: D2, 3A and 72. RGB value is (210,58,114). Sum of RGB (Red+Green+Blue) = 210+58+114=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A72 is #2DC58D. Grayscale: #6D6D6D. Windows color (decimal): -2999694 or 7486162. OLE color: 7486162.

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

Color convert

RGB 210 58 114 -
CMYK 0 0.72 0.46 0.18
HSL 337.89º 0.63% 0.53% -
HSV(B) 337.89º 0.72% 0.82% -
XYZ 31.13 17.94 17.74 -
YUV 109.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 210 58 114 0 0.72 0.46 0.18 337.89 0.63 0.53
Hex D2 3A 72 0 48 2E 12 152 3F 35
Octal 322 72 162 0 110 56 22 522 77 65
Binary 11010010 111010 1110010 0 1001000 101110 10010 101010010 111111 110101

Color Harmonies of #D23A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A72

Black with #D23A72

Text Example


Text Example

White with #D23A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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