Html Css Color HEX #D23275 Deep Cerise

📋 copy color: '#D23275'

red 210 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #D23275

Tints of Deep Cerise #D23275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 55.7%
G = 13.26%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D23275 (or 0xD23275) is known color: Deep Cerise. HEX triplet: D2, 32 and 75. RGB value is (210,50,117). Sum of RGB (Red+Green+Blue) = 210+50+117=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D23275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23275 is #2DCD8A. Grayscale: #696969. Windows color (decimal): -3001739 or 7680722. OLE color: 7680722.

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

Color convert

RGB 210 50 117 -
CMYK 0 0.76 0.44 0.18
HSL 334.88º 0.64% 0.51% -
HSV(B) 334.88º 0.76% 0.82% -
XYZ 30.93 17.27 18.53 -
YUV 105.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 210 50 117 0 0.76 0.44 0.18 334.88 0.64 0.51
Hex D2 32 75 0 4C 2C 12 14F 40 33
Octal 322 62 165 0 114 54 22 517 100 63
Binary 11010010 110010 1110101 0 1001100 101100 10010 101001111 1000000 110011

Color Harmonies of #D23275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23275

Black with #D23275

Text Example


Text Example

White with #D23275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23275; }

 p { color: rgb(210,50,117); }

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

background-color css

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

 a { background-color: rgb(210,50,117); }

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

border-color css

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

 span { border-color: rgb(210,50,117); }

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