Html Css Color HEX #D33D93 Deep Cerise

📋 copy color: '#D33D93'

red 211 ◦ green 61 ◦ blue 147

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

Shades of Deep Cerise #D33D93

Tints of Deep Cerise #D33D93

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

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

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

R = 50.36%
G = 14.56%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D33D93 (or 0xD33D93) is known color: Deep Cerise. HEX triplet: D3, 3D and 93. RGB value is (211,61,147). Sum of RGB (Red+Green+Blue) = 211+61+147=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33D93 is #2CC26C. Grayscale: #737373. Windows color (decimal): -2933357 or 9649619. OLE color: 9649619.

HSL color Cylindrical-coordinate representation of color #D33D93: hue angle of 325.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D93 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 61 147 -
CMYK 0 0.71 0.30 0.17
HSL 325.6º 0.63% 0.53% -
HSV(B) 325.6º 0.71% 0.83% -
XYZ 33.8 19.29 29.55 -
YUV 115.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 211 61 147 0 0.71 0.30 0.17 325.6 0.63 0.53
Hex D3 3D 93 0 47 1E 11 146 3F 35
Octal 323 75 223 0 107 36 21 506 77 65
Binary 11010011 111101 10010011 0 1000111 11110 10001 101000110 111111 110101

Color Harmonies of #D33D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33D93

Black with #D33D93

Text Example


Text Example

White with #D33D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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