Html Css Color HEX #DF38AC Persian Rose

📋 copy color: '#DF38AC'

red 223 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #DF38AC

Tints of Persian Rose #DF38AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 49.45%
G = 12.42%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF38AC (or 0xDF38AC) is known color: Persian Rose. HEX triplet: DF, 38 and AC. RGB value is (223,56,172). Sum of RGB (Red+Green+Blue) = 223+56+172=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF38AC is #20C753. Grayscale: #767676. Windows color (decimal): -2148180 or 11286751. OLE color: 11286751.

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

Color convert

RGB 223 56 172 -
CMYK 0 0.75 0.23 0.13
HSL 318.32º 0.72% 0.55% -
HSV(B) 318.32º 0.75% 0.87% -
XYZ 39.29 21.49 41.11 -
YUV 119.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 223 56 172 0 0.75 0.23 0.13 318.32 0.72 0.55
Hex DF 38 AC 0 4B 17 D 13E 48 37
Octal 337 70 254 0 113 27 15 476 110 67
Binary 11011111 111000 10101100 0 1001011 10111 1101 100111110 1001000 110111

Color Harmonies of #DF38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38AC

Black with #DF38AC

Text Example


Text Example

White with #DF38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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