Html Css Color HEX #DF3FAE Persian Rose

📋 copy color: '#DF3FAE'

red 223 ◦ green 63 ◦ blue 174

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

Shades of Persian Rose #DF3FAE

Tints of Persian Rose #DF3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 48.48%
G = 13.7%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF3FAE (or 0xDF3FAE) is known color: Persian Rose. HEX triplet: DF, 3F and AE. RGB value is (223,63,174). Sum of RGB (Red+Green+Blue) = 223+63+174=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FAE is #20C051. Grayscale: #7B7B7B. Windows color (decimal): -2146386 or 11419615. OLE color: 11419615.

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

Color convert

RGB 223 63 174 -
CMYK 0 0.72 0.22 0.13
HSL 318.38º 0.71% 0.56% -
HSV(B) 318.38º 0.72% 0.87% -
XYZ 39.85 22.3 42.25 -
YUV 123.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 223 63 174 0 0.72 0.22 0.13 318.38 0.71 0.56
Hex DF 3F AE 0 48 16 D 13E 47 38
Octal 337 77 256 0 110 26 15 476 107 70
Binary 11011111 111111 10101110 0 1001000 10110 1101 100111110 1000111 111000

Color Harmonies of #DF3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FAE

Black with #DF3FAE

Text Example


Text Example

White with #DF3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FAE; }

 p { color: rgb(223,63,174); }

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

background-color css

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

 a { background-color: rgb(223,63,174); }

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

border-color css

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

 span { border-color: rgb(223,63,174); }

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