Html Css Color HEX #D13D93 Deep Cerise

📋 copy color: '#D13D93'

red 209 ◦ green 61 ◦ blue 147

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

Shades of Deep Cerise #D13D93

Tints of Deep Cerise #D13D93

RGB

 RED value IS 209 (82.03% from 255) = 50.12%

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

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 50.12%
G = 14.63%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D13D93 (or 0xD13D93) is known color: Deep Cerise. HEX triplet: D1, 3D and 93. RGB value is (209,61,147). Sum of RGB (Red+Green+Blue) = 209+61+147=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D93 is #2EC26C. Grayscale: #727272. Windows color (decimal): -3064429 or 9649617. OLE color: 9649617.

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

Color convert

RGB 209 61 147 -
CMYK 0 0.71 0.30 0.18
HSL 325.14º 0.62% 0.53% -
HSV(B) 325.14º 0.71% 0.82% -
XYZ 33.23 19 29.52 -
YUV 115.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 209 61 147 0 0.71 0.30 0.18 325.14 0.62 0.53
Hex D1 3D 93 0 47 1E 12 145 3E 35
Octal 321 75 223 0 107 36 22 505 76 65
Binary 11010001 111101 10010011 0 1000111 11110 10010 101000101 111110 110101

Color Harmonies of #D13D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D93

Black with #D13D93

Text Example


Text Example

White with #D13D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D93; }

 p { color: rgb(209,61,147); }

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

background-color css

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

 a { background-color: rgb(209,61,147); }

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

border-color css

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

 span { border-color: rgb(209,61,147); }

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