Html Css Color HEX #DF33AC Persian Rose

📋 copy color: '#DF33AC'

red 223 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #DF33AC

Tints of Persian Rose #DF33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.43%

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

R = 50%
G = 11.43%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF33AC (or 0xDF33AC) is known color: Persian Rose. HEX triplet: DF, 33 and AC. RGB value is (223,51,172). Sum of RGB (Red+Green+Blue) = 223+51+172=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33AC is #20CC53. Grayscale: #737373. Windows color (decimal): -2149460 or 11285471. OLE color: 11285471.

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

Color convert

RGB 223 51 172 -
CMYK 0 0.77 0.23 0.13
HSL 317.79º 0.73% 0.54% -
HSV(B) 317.79º 0.77% 0.87% -
XYZ 39.06 21.03 41.03 -
YUV 116.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 223 51 172 0 0.77 0.23 0.13 317.79 0.73 0.54
Hex DF 33 AC 0 4D 17 D 13E 49 36
Octal 337 63 254 0 115 27 15 476 111 66
Binary 11011111 110011 10101100 0 1001101 10111 1101 100111110 1001001 110110

Color Harmonies of #DF33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33AC

Black with #DF33AC

Text Example


Text Example

White with #DF33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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