Html Css Color HEX #D23290 Deep Cerise

📋 copy color: '#D23290'

red 210 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #D23290

Tints of Deep Cerise #D23290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 51.98%
G = 12.38%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D23290 (or 0xD23290) is known color: Deep Cerise. HEX triplet: D2, 32 and 90. RGB value is (210,50,144). Sum of RGB (Red+Green+Blue) = 210+50+144=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D23290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23290 is #2DCD6F. Grayscale: #6C6C6C. Windows color (decimal): -3001712 or 9450194. OLE color: 9450194.

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

Color convert

RGB 210 50 144 -
CMYK 0 0.76 0.31 0.18
HSL 324.75º 0.64% 0.51% -
HSV(B) 324.75º 0.76% 0.82% -
XYZ 32.75 18 28.13 -
YUV 108.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 210 50 144 0 0.76 0.31 0.18 324.75 0.64 0.51
Hex D2 32 90 0 4C 1F 12 145 40 33
Octal 322 62 220 0 114 37 22 505 100 63
Binary 11010010 110010 10010000 0 1001100 11111 10010 101000101 1000000 110011

Color Harmonies of #D23290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23290

Black with #D23290

Text Example


Text Example

White with #D23290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23290; }

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

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

background-color css

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

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

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

border-color css

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

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

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