Html Css Color HEX #D23A86 Deep Cerise

📋 copy color: '#D23A86'

red 210 ◦ green 58 ◦ blue 134

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

Shades of Deep Cerise #D23A86

Tints of Deep Cerise #D23A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 52.24%
G = 14.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D23A86 (or 0xD23A86) is known color: Deep Cerise. HEX triplet: D2, 3A and 86. RGB value is (210,58,134). Sum of RGB (Red+Green+Blue) = 210+58+134=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A86 is #2DC579. Grayscale: #6F6F6F. Windows color (decimal): -2999674 or 8796882. OLE color: 8796882.

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

Color convert

RGB 210 58 134 -
CMYK 0 0.72 0.36 0.18
HSL 330º 0.63% 0.53% -
HSV(B) 330º 0.72% 0.82% -
XYZ 32.39 18.45 24.41 -
YUV 112.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 210 58 134 0 0.72 0.36 0.18 330 0.63 0.53
Hex D2 3A 86 0 48 24 12 14A 3F 35
Octal 322 72 206 0 110 44 22 512 77 65
Binary 11010010 111010 10000110 0 1001000 100100 10010 101001010 111111 110101

Color Harmonies of #D23A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A86

Black with #D23A86

Text Example


Text Example

White with #D23A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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