Html Css Color HEX #D23485 Deep Cerise

📋 copy color: '#D23485'

red 210 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #D23485

Tints of Deep Cerise #D23485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 53.16%
G = 13.16%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D23485 (or 0xD23485) is known color: Deep Cerise. HEX triplet: D2, 34 and 85. RGB value is (210,52,133). Sum of RGB (Red+Green+Blue) = 210+52+133=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D23485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23485 is #2DCB7A. Grayscale: #6C6C6C. Windows color (decimal): -3001211 or 8729810. OLE color: 8729810.

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

Color convert

RGB 210 52 133 -
CMYK 0 0.75 0.37 0.18
HSL 329.24º 0.64% 0.51% -
HSV(B) 329.24º 0.75% 0.82% -
XYZ 32.04 17.85 23.95 -
YUV 108.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 210 52 133 0 0.75 0.37 0.18 329.24 0.64 0.51
Hex D2 34 85 0 4B 25 12 149 40 33
Octal 322 64 205 0 113 45 22 511 100 63
Binary 11010010 110100 10000101 0 1001011 100101 10010 101001001 1000000 110011

Color Harmonies of #D23485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23485

Black with #D23485

Text Example


Text Example

White with #D23485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23485; }

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

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

background-color css

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

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

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

border-color css

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

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

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