Html Css Color HEX #D133AD Deep Cerise

📋 copy color: '#D133AD'

red 209 ◦ green 51 ◦ blue 173

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

Shades of Deep Cerise #D133AD

Tints of Deep Cerise #D133AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 48.27%
G = 11.78%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D133AD (or 0xD133AD) is known color: Deep Cerise. HEX triplet: D1, 33 and AD. RGB value is (209,51,173). Sum of RGB (Red+Green+Blue) = 209+51+173=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D133AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133AD is #2ECC52. Grayscale: #6F6F6F. Windows color (decimal): -3066963 or 11350993. OLE color: 11350993.

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

Color convert

RGB 209 51 173 -
CMYK 0 0.76 0.17 0.18
HSL 313.67º 0.63% 0.51% -
HSV(B) 313.67º 0.76% 0.82% -
XYZ 35.02 18.94 41.35 -
YUV 112.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 209 51 173 0 0.76 0.17 0.18 313.67 0.63 0.51
Hex D1 33 AD 0 4C 11 12 13A 3F 33
Octal 321 63 255 0 114 21 22 472 77 63
Binary 11010001 110011 10101101 0 1001100 10001 10010 100111010 111111 110011

Color Harmonies of #D133AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133AD

Black with #D133AD

Text Example


Text Example

White with #D133AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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