Html Css Color HEX #DF38AA Persian Rose

📋 copy color: '#DF38AA'

red 223 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #DF38AA

Tints of Persian Rose #DF38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.47%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 49.67%
G = 12.47%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF38AA (or 0xDF38AA) is known color: Persian Rose. HEX triplet: DF, 38 and AA. RGB value is (223,56,170). Sum of RGB (Red+Green+Blue) = 223+56+170=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF38AA is #20C755. Grayscale: #767676. Windows color (decimal): -2148182 or 11155679. OLE color: 11155679.

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

Color convert

RGB 223 56 170 -
CMYK 0 0.75 0.24 0.13
HSL 319.04º 0.72% 0.55% -
HSV(B) 319.04º 0.75% 0.87% -
XYZ 39.1 21.42 40.1 -
YUV 118.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 223 56 170 0 0.75 0.24 0.13 319.04 0.72 0.55
Hex DF 38 AA 0 4B 18 D 13F 48 37
Octal 337 70 252 0 113 30 15 477 110 67
Binary 11011111 111000 10101010 0 1001011 11000 1101 100111111 1001000 110111

Color Harmonies of #DF38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38AA

Black with #DF38AA

Text Example


Text Example

White with #DF38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38AA; }

 p { color: rgb(223,56,170); }

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

background-color css

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

 a { background-color: rgb(223,56,170); }

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

border-color css

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

 span { border-color: rgb(223,56,170); }

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