Html Css Color HEX #D23470 Cerise

📋 copy color: '#D23470'

red 210 ◦ green 52 ◦ blue 112

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

Shades of Cerise #D23470

Tints of Cerise #D23470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 56.15%
G = 13.9%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D23470 (or 0xD23470) is known color: Cerise. HEX triplet: D2, 34 and 70. RGB value is (210,52,112). Sum of RGB (Red+Green+Blue) = 210+52+112=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D23470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23470 is #2DCB8F. Grayscale: #6A6A6A. Windows color (decimal): -3001232 or 7353554. OLE color: 7353554.

HSL color Cylindrical-coordinate representation of color #D23470: hue angle of 337.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23470 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 112 -
CMYK 0 0.75 0.47 0.18
HSL 337.22º 0.64% 0.51% -
HSV(B) 337.22º 0.75% 0.82% -
XYZ 30.73 17.33 17.05 -
YUV 106.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 210 52 112 0 0.75 0.47 0.18 337.22 0.64 0.51
Hex D2 34 70 0 4B 2F 12 151 40 33
Octal 322 64 160 0 113 57 22 521 100 63
Binary 11010010 110100 1110000 0 1001011 101111 10010 101010001 1000000 110011

Color Harmonies of #D23470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23470

Black with #D23470

Text Example


Text Example

White with #D23470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23470; }

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

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

background-color css

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

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

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

border-color css

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

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

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