Html Css Color HEX #DF39AD Persian Rose

📋 copy color: '#DF39AD'

red 223 ◦ green 57 ◦ blue 173

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

Shades of Persian Rose #DF39AD

Tints of Persian Rose #DF39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

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

R = 49.23%
G = 12.58%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF39AD (or 0xDF39AD) is known color: Persian Rose. HEX triplet: DF, 39 and AD. RGB value is (223,57,173). Sum of RGB (Red+Green+Blue) = 223+57+173=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF39AD is #20C652. Grayscale: #777777. Windows color (decimal): -2147923 or 11352543. OLE color: 11352543.

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

Color convert

RGB 223 57 173 -
CMYK 0 0.74 0.22 0.13
HSL 318.07º 0.72% 0.55% -
HSV(B) 318.07º 0.74% 0.87% -
XYZ 39.44 21.63 41.63 -
YUV 119.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 223 57 173 0 0.74 0.22 0.13 318.07 0.72 0.55
Hex DF 39 AD 0 4A 16 D 13E 48 37
Octal 337 71 255 0 112 26 15 476 110 67
Binary 11011111 111001 10101101 0 1001010 10110 1101 100111110 1001000 110111

Color Harmonies of #DF39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF39AD

Black with #DF39AD

Text Example


Text Example

White with #DF39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF39AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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