Html Css Color HEX #D23A7F Deep Cerise

📋 copy color: '#D23A7F'

red 210 ◦ green 58 ◦ blue 127

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

Shades of Deep Cerise #D23A7F

Tints of Deep Cerise #D23A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 53.16%
G = 14.68%
B = 32.15%

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

#D23A7F (or 0xD23A7F) is known color: Deep Cerise. HEX triplet: D2, 3A and 7F. RGB value is (210,58,127). Sum of RGB (Red+Green+Blue) = 210+58+127=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A7F is #2DC580. Grayscale: #6F6F6F. Windows color (decimal): -2999681 or 8338130. OLE color: 8338130.

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

Color convert

RGB 210 58 127 -
CMYK 0 0.72 0.40 0.18
HSL 332.76º 0.63% 0.53% -
HSV(B) 332.76º 0.72% 0.82% -
XYZ 31.92 18.26 21.92 -
YUV 111.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 210 58 127 0 0.72 0.40 0.18 332.76 0.63 0.53
Hex D2 3A 7F 0 48 28 12 14D 3F 35
Octal 322 72 177 0 110 50 22 515 77 65
Binary 11010010 111010 1111111 0 1001000 101000 10010 101001101 111111 110101

Color Harmonies of #D23A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A7F

Black with #D23A7F

Text Example


Text Example

White with #D23A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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