Html Css Color HEX #D23A85 Deep Cerise

📋 copy color: '#D23A85'

red 210 ◦ green 58 ◦ blue 133

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

Shades of Deep Cerise #D23A85

Tints of Deep Cerise #D23A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.46%

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

R = 52.37%
G = 14.46%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D23A85 (or 0xD23A85) is known color: Deep Cerise. HEX triplet: D2, 3A and 85. RGB value is (210,58,133). Sum of RGB (Red+Green+Blue) = 210+58+133=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A85 is #2DC57A. Grayscale: #6F6F6F. Windows color (decimal): -2999675 or 8731346. OLE color: 8731346.

HSL color Cylindrical-coordinate representation of color #D23A85: hue angle of 330.39º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A85 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 133 -
CMYK 0 0.72 0.37 0.18
HSL 330.39º 0.63% 0.53% -
HSV(B) 330.39º 0.72% 0.82% -
XYZ 32.33 18.42 24.04 -
YUV 112 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 210 58 133 0 0.72 0.37 0.18 330.39 0.63 0.53
Hex D2 3A 85 0 48 25 12 14A 3F 35
Octal 322 72 205 0 110 45 22 512 77 65
Binary 11010010 111010 10000101 0 1001000 100101 10010 101001010 111111 110101

Color Harmonies of #D23A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A85

Black with #D23A85

Text Example


Text Example

White with #D23A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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