Html Css Color HEX #DF3DAE Persian Rose

📋 copy color: '#DF3DAE'

red 223 ◦ green 61 ◦ blue 174

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

Shades of Persian Rose #DF3DAE

Tints of Persian Rose #DF3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.32%

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

R = 48.69%
G = 13.32%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF3DAE (or 0xDF3DAE) is known color: Persian Rose. HEX triplet: DF, 3D and AE. RGB value is (223,61,174). Sum of RGB (Red+Green+Blue) = 223+61+174=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DAE is #20C251. Grayscale: #7A7A7A. Windows color (decimal): -2146898 or 11419103. OLE color: 11419103.

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

Color convert

RGB 223 61 174 -
CMYK 0 0.73 0.22 0.13
HSL 318.15º 0.72% 0.56% -
HSV(B) 318.15º 0.73% 0.87% -
XYZ 39.74 22.08 42.21 -
YUV 122.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 223 61 174 0 0.73 0.22 0.13 318.15 0.72 0.56
Hex DF 3D AE 0 49 16 D 13E 48 38
Octal 337 75 256 0 111 26 15 476 110 70
Binary 11011111 111101 10101110 0 1001001 10110 1101 100111110 1001000 111000

Color Harmonies of #DF3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3DAE

Black with #DF3DAE

Text Example


Text Example

White with #DF3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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