Html Css Color HEX #D23A74 Cerise

📋 copy color: '#D23A74'

red 210 ◦ green 58 ◦ blue 116

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

Shades of Cerise #D23A74

Tints of Cerise #D23A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 54.69%
G = 15.1%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D23A74 (or 0xD23A74) is known color: Cerise. HEX triplet: D2, 3A and 74. RGB value is (210,58,116). Sum of RGB (Red+Green+Blue) = 210+58+116=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A74 is #2DC58B. Grayscale: #6D6D6D. Windows color (decimal): -2999692 or 7617234. OLE color: 7617234.

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

Color convert

RGB 210 58 116 -
CMYK 0 0.72 0.45 0.18
HSL 337.11º 0.63% 0.53% -
HSV(B) 337.11º 0.72% 0.82% -
XYZ 31.24 17.99 18.35 -
YUV 110.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 210 58 116 0 0.72 0.45 0.18 337.11 0.63 0.53
Hex D2 3A 74 0 48 2D 12 151 3F 35
Octal 322 72 164 0 110 55 22 521 77 65
Binary 11010010 111010 1110100 0 1001000 101101 10010 101010001 111111 110101

Color Harmonies of #D23A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A74

Black with #D23A74

Text Example


Text Example

White with #D23A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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