Html Css Color HEX #D33A7F Deep Cerise

📋 copy color: '#D33A7F'

red 211 ◦ green 58 ◦ blue 127

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

Shades of Deep Cerise #D33A7F

Tints of Deep Cerise #D33A7F

RGB

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

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

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

R = 53.28%
G = 14.65%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D33A7F (or 0xD33A7F) is known color: Deep Cerise. HEX triplet: D3, 3A and 7F. RGB value is (211,58,127). Sum of RGB (Red+Green+Blue) = 211+58+127=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33A7F is #2CC580. Grayscale: #6F6F6F. Windows color (decimal): -2934145 or 8338131. OLE color: 8338131.

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

Color convert

RGB 211 58 127 -
CMYK 0 0.73 0.40 0.17
HSL 332.94º 0.63% 0.53% -
HSV(B) 332.94º 0.73% 0.83% -
XYZ 32.21 18.41 21.93 -
YUV 111.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 211 58 127 0 0.73 0.40 0.17 332.94 0.63 0.53
Hex D3 3A 7F 0 49 28 11 14D 3F 35
Octal 323 72 177 0 111 50 21 515 77 65
Binary 11010011 111010 1111111 0 1001001 101000 10001 101001101 111111 110101

Color Harmonies of #D33A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33A7F

Black with #D33A7F

Text Example


Text Example

White with #D33A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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