Html Css Color HEX #DF37AF Persian Rose

📋 copy color: '#DF37AF'

red 223 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #DF37AF

Tints of Persian Rose #DF37AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.14%

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

R = 49.23%
G = 12.14%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF37AF (or 0xDF37AF) is known color: Persian Rose. HEX triplet: DF, 37 and AF. RGB value is (223,55,175). Sum of RGB (Red+Green+Blue) = 223+55+175=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37AF is #20C850. Grayscale: #767676. Windows color (decimal): -2148433 or 11483103. OLE color: 11483103.

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

Color convert

RGB 223 55 175 -
CMYK 0 0.75 0.22 0.13
HSL 317.14º 0.72% 0.55% -
HSV(B) 317.14º 0.75% 0.87% -
XYZ 39.54 21.52 42.63 -
YUV 118.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 223 55 175 0 0.75 0.22 0.13 317.14 0.72 0.55
Hex DF 37 AF 0 4B 16 D 13D 48 37
Octal 337 67 257 0 113 26 15 475 110 67
Binary 11011111 110111 10101111 0 1001011 10110 1101 100111101 1001000 110111

Color Harmonies of #DF37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37AF

Black with #DF37AF

Text Example


Text Example

White with #DF37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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