Html Css Color HEX #DF33A6 Persian Rose

📋 copy color: '#DF33A6'

red 223 ◦ green 51 ◦ blue 166

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

Shades of Persian Rose #DF33A6

Tints of Persian Rose #DF33A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 50.68%
G = 11.59%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF33A6 (or 0xDF33A6) is known color: Persian Rose. HEX triplet: DF, 33 and A6. RGB value is (223,51,166). Sum of RGB (Red+Green+Blue) = 223+51+166=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33A6 is #20CC59. Grayscale: #737373. Windows color (decimal): -2149466 or 10892255. OLE color: 10892255.

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

Color convert

RGB 223 51 166 -
CMYK 0 0.77 0.26 0.13
HSL 319.88º 0.73% 0.54% -
HSV(B) 319.88º 0.77% 0.87% -
XYZ 38.5 20.81 38.06 -
YUV 115.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 223 51 166 0 0.77 0.26 0.13 319.88 0.73 0.54
Hex DF 33 A6 0 4D 1A D 140 49 36
Octal 337 63 246 0 115 32 15 500 111 66
Binary 11011111 110011 10100110 0 1001101 11010 1101 101000000 1001001 110110

Color Harmonies of #DF33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33A6

Black with #DF33A6

Text Example


Text Example

White with #DF33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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