Html Css Color HEX #D23A5A Cerise

📋 copy color: '#D23A5A'

red 210 ◦ green 58 ◦ blue 90

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

Shades of Cerise #D23A5A

Tints of Cerise #D23A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 58.66%
G = 16.2%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D23A5A (or 0xD23A5A) is known color: Cerise. HEX triplet: D2, 3A and 5A. RGB value is (210,58,90). Sum of RGB (Red+Green+Blue) = 210+58+90=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A5A is #2DC5A5. Grayscale: #6B6B6B. Windows color (decimal): -2999718 or 5913298. OLE color: 5913298.

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

Color convert

RGB 210 58 90 -
CMYK 0 0.72 0.57 0.18
HSL 347.37º 0.63% 0.53% -
HSV(B) 347.37º 0.72% 0.82% -
XYZ 29.94 17.47 11.47 -
YUV 107.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 210 58 90 0 0.72 0.57 0.18 347.37 0.63 0.53
Hex D2 3A 5A 0 48 39 12 15B 3F 35
Octal 322 72 132 0 110 71 22 533 77 65
Binary 11010010 111010 1011010 0 1001000 111001 10010 101011011 111111 110101

Color Harmonies of #D23A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A5A

Black with #D23A5A

Text Example


Text Example

White with #D23A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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