Html Css Color HEX #D23A7D Deep Cerise

📋 copy color: '#D23A7D'

red 210 ◦ green 58 ◦ blue 125

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

Shades of Deep Cerise #D23A7D

Tints of Deep Cerise #D23A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 53.44%
G = 14.76%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D23A7D (or 0xD23A7D) is known color: Deep Cerise. HEX triplet: D2, 3A and 7D. RGB value is (210,58,125). Sum of RGB (Red+Green+Blue) = 210+58+125=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A7D is #2DC582. Grayscale: #6E6E6E. Windows color (decimal): -2999683 or 8207058. OLE color: 8207058.

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

Color convert

RGB 210 58 125 -
CMYK 0 0.72 0.40 0.18
HSL 333.55º 0.63% 0.53% -
HSV(B) 333.55º 0.72% 0.82% -
XYZ 31.79 18.21 21.24 -
YUV 111.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 210 58 125 0 0.72 0.40 0.18 333.55 0.63 0.53
Hex D2 3A 7D 0 48 28 12 14E 3F 35
Octal 322 72 175 0 110 50 22 516 77 65
Binary 11010010 111010 1111101 0 1001000 101000 10010 101001110 111111 110101

Color Harmonies of #D23A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A7D

Black with #D23A7D

Text Example


Text Example

White with #D23A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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