Html Css Color HEX #DF36AF Persian Rose

📋 copy color: '#DF36AF'

red 223 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #DF36AF

Tints of Persian Rose #DF36AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.95%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 49.34%
G = 11.95%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF36AF (or 0xDF36AF) is known color: Persian Rose. HEX triplet: DF, 36 and AF. RGB value is (223,54,175). Sum of RGB (Red+Green+Blue) = 223+54+175=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF36AF is #20C950. Grayscale: #767676. Windows color (decimal): -2148689 or 11482847. OLE color: 11482847.

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

Color convert

RGB 223 54 175 -
CMYK 0 0.76 0.22 0.13
HSL 317.04º 0.73% 0.54% -
HSV(B) 317.04º 0.76% 0.87% -
XYZ 39.49 21.42 42.61 -
YUV 118.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 223 54 175 0 0.76 0.22 0.13 317.04 0.73 0.54
Hex DF 36 AF 0 4C 16 D 13D 49 36
Octal 337 66 257 0 114 26 15 475 111 66
Binary 11011111 110110 10101111 0 1001100 10110 1101 100111101 1001001 110110

Color Harmonies of #DF36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF36AF

Black with #DF36AF

Text Example


Text Example

White with #DF36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF36AF; }

 p { color: rgb(223,54,175); }

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

background-color css

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

 a { background-color: rgb(223,54,175); }

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

border-color css

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

 span { border-color: rgb(223,54,175); }

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