Html Css Color HEX #DF35AF Persian Rose

📋 copy color: '#DF35AF'

red 223 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #DF35AF

Tints of Persian Rose #DF35AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.75%

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

R = 49.45%
G = 11.75%
B = 38.8%

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

#DF35AF (or 0xDF35AF) is known color: Persian Rose. HEX triplet: DF, 35 and AF. RGB value is (223,53,175). Sum of RGB (Red+Green+Blue) = 223+53+175=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF35AF is #20CA50. Grayscale: #757575. Windows color (decimal): -2148945 or 11482591. OLE color: 11482591.

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

Color convert

RGB 223 53 175 -
CMYK 0 0.76 0.22 0.13
HSL 316.94º 0.73% 0.54% -
HSV(B) 316.94º 0.76% 0.87% -
XYZ 39.44 21.33 42.6 -
YUV 117.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 223 53 175 0 0.76 0.22 0.13 316.94 0.73 0.54
Hex DF 35 AF 0 4C 16 D 13D 49 36
Octal 337 65 257 0 114 26 15 475 111 66
Binary 11011111 110101 10101111 0 1001100 10110 1101 100111101 1001001 110110

Color Harmonies of #DF35AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF35AF

Black with #DF35AF

Text Example


Text Example

White with #DF35AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF35AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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