Html Css Color HEX #D23A8B Deep Cerise

📋 copy color: '#D23A8B'

red 210 ◦ green 58 ◦ blue 139

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

Shades of Deep Cerise #D23A8B

Tints of Deep Cerise #D23A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 51.6%
G = 14.25%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D23A8B (or 0xD23A8B) is known color: Deep Cerise. HEX triplet: D2, 3A and 8B. RGB value is (210,58,139). Sum of RGB (Red+Green+Blue) = 210+58+139=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A8B is #2DC574. Grayscale: #707070. Windows color (decimal): -2999669 or 9124562. OLE color: 9124562.

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

Color convert

RGB 210 58 139 -
CMYK 0 0.72 0.34 0.18
HSL 328.03º 0.63% 0.53% -
HSV(B) 328.03º 0.72% 0.82% -
XYZ 32.75 18.59 26.29 -
YUV 112.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 210 58 139 0 0.72 0.34 0.18 328.03 0.63 0.53
Hex D2 3A 8B 0 48 22 12 148 3F 35
Octal 322 72 213 0 110 42 22 510 77 65
Binary 11010010 111010 10001011 0 1001000 100010 10010 101001000 111111 110101

Color Harmonies of #D23A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A8B

Black with #D23A8B

Text Example


Text Example

White with #D23A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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