Html Css Color HEX #D23A8D Deep Cerise

📋 copy color: '#D23A8D'

red 210 ◦ green 58 ◦ blue 141

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

Shades of Deep Cerise #D23A8D

Tints of Deep Cerise #D23A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 51.34%
G = 14.18%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D23A8D (or 0xD23A8D) is known color: Deep Cerise. HEX triplet: D2, 3A and 8D. RGB value is (210,58,141). Sum of RGB (Red+Green+Blue) = 210+58+141=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A8D is #2DC572. Grayscale: #707070. Windows color (decimal): -2999667 or 9255634. OLE color: 9255634.

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

Color convert

RGB 210 58 141 -
CMYK 0 0.72 0.33 0.18
HSL 327.24º 0.63% 0.53% -
HSV(B) 327.24º 0.72% 0.82% -
XYZ 32.9 18.65 27.07 -
YUV 112.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 210 58 141 0 0.72 0.33 0.18 327.24 0.63 0.53
Hex D2 3A 8D 0 48 21 12 147 3F 35
Octal 322 72 215 0 110 41 22 507 77 65
Binary 11010010 111010 10001101 0 1001000 100001 10010 101000111 111111 110101

Color Harmonies of #D23A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A8D

Black with #D23A8D

Text Example


Text Example

White with #D23A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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