Html Css Color HEX #D23070 Cerise

📋 copy color: '#D23070'

red 210 ◦ green 48 ◦ blue 112

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

Shades of Cerise #D23070

Tints of Cerise #D23070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 56.76%
G = 12.97%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D23070 (or 0xD23070) is known color: Cerise. HEX triplet: D2, 30 and 70. RGB value is (210,48,112). Sum of RGB (Red+Green+Blue) = 210+48+112=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D23070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23070 is #2DCF8F. Grayscale: #676767. Windows color (decimal): -3002256 or 7352530. OLE color: 7352530.

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

Color convert

RGB 210 48 112 -
CMYK 0 0.77 0.47 0.18
HSL 336.3º 0.64% 0.51% -
HSV(B) 336.3º 0.77% 0.82% -
XYZ 30.56 16.99 17 -
YUV 103.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 210 48 112 0 0.77 0.47 0.18 336.3 0.64 0.51
Hex D2 30 70 0 4D 2F 12 150 40 33
Octal 322 60 160 0 115 57 22 520 100 63
Binary 11010010 110000 1110000 0 1001101 101111 10010 101010000 1000000 110011

Color Harmonies of #D23070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23070

Black with #D23070

Text Example


Text Example

White with #D23070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23070; }

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

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

background-color css

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

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

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

border-color css

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

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

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