Html Css Color HEX #D23D7D Deep Cerise

📋 copy color: '#D23D7D'

red 210 ◦ green 61 ◦ blue 125

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

Shades of Deep Cerise #D23D7D

Tints of Deep Cerise #D23D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 53.03%
G = 15.4%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D23D7D (or 0xD23D7D) is known color: Deep Cerise. HEX triplet: D2, 3D and 7D. RGB value is (210,61,125). Sum of RGB (Red+Green+Blue) = 210+61+125=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D7D is #2DC282. Grayscale: #707070. Windows color (decimal): -2998915 or 8207826. OLE color: 8207826.

HSL color Cylindrical-coordinate representation of color #D23D7D: hue angle of 334.23º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D7D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 61 125 -
CMYK 0 0.71 0.40 0.18
HSL 334.23º 0.62% 0.53% -
HSV(B) 334.23º 0.71% 0.82% -
XYZ 31.95 18.52 21.29 -
YUV 112.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 210 61 125 0 0.71 0.40 0.18 334.23 0.62 0.53
Hex D2 3D 7D 0 47 28 12 14E 3E 35
Octal 322 75 175 0 107 50 22 516 76 65
Binary 11010010 111101 1111101 0 1000111 101000 10010 101001110 111110 110101

Color Harmonies of #D23D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D7D

Black with #D23D7D

Text Example


Text Example

White with #D23D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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