Html Css Color HEX #DF33AD Persian Rose

📋 copy color: '#DF33AD'

red 223 ◦ green 51 ◦ blue 173

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

Shades of Persian Rose #DF33AD

Tints of Persian Rose #DF33AD

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

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

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

R = 49.89%
G = 11.41%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF33AD (or 0xDF33AD) is known color: Persian Rose. HEX triplet: DF, 33 and AD. RGB value is (223,51,173). Sum of RGB (Red+Green+Blue) = 223+51+173=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33AD is #20CC52. Grayscale: #747474. Windows color (decimal): -2149459 or 11351007. OLE color: 11351007.

HSL color Cylindrical-coordinate representation of color #DF33AD: hue angle of 317.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF33AD is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 51 173 -
CMYK 0 0.77 0.22 0.13
HSL 317.44º 0.73% 0.54% -
HSV(B) 317.44º 0.77% 0.87% -
XYZ 39.16 21.07 41.54 -
YUV 116.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 223 51 173 0 0.77 0.22 0.13 317.44 0.73 0.54
Hex DF 33 AD 0 4D 16 D 13D 49 36
Octal 337 63 255 0 115 26 15 475 111 66
Binary 11011111 110011 10101101 0 1001101 10110 1101 100111101 1001001 110110

Color Harmonies of #DF33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33AD

Black with #DF33AD

Text Example


Text Example

White with #DF33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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