Html Css Color HEX #D133AA Deep Cerise

📋 copy color: '#D133AA'

red 209 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #D133AA

Tints of Deep Cerise #D133AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 48.6%
G = 11.86%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D133AA (or 0xD133AA) is known color: Deep Cerise. HEX triplet: D1, 33 and AA. RGB value is (209,51,170). Sum of RGB (Red+Green+Blue) = 209+51+170=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D133AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133AA is #2ECC55. Grayscale: #6F6F6F. Windows color (decimal): -3066966 or 11154385. OLE color: 11154385.

HSL color Cylindrical-coordinate representation of color #D133AA: hue angle of 314.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D133AA is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 170 -
CMYK 0 0.76 0.19 0.18
HSL 314.81º 0.63% 0.51% -
HSV(B) 314.81º 0.76% 0.82% -
XYZ 34.73 18.83 39.83 -
YUV 111.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 209 51 170 0 0.76 0.19 0.18 314.81 0.63 0.51
Hex D1 33 AA 0 4C 13 12 13B 3F 33
Octal 321 63 252 0 114 23 22 473 77 63
Binary 11010001 110011 10101010 0 1001100 10011 10010 100111011 111111 110011

Color Harmonies of #D133AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133AA

Black with #D133AA

Text Example


Text Example

White with #D133AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133AA; }

 p { color: rgb(209,51,170); }

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

background-color css

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

 a { background-color: rgb(209,51,170); }

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

border-color css

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

 span { border-color: rgb(209,51,170); }

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