Html Css Color HEX #DF33AB Persian Rose

📋 copy color: '#DF33AB'

red 223 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #DF33AB

Tints of Persian Rose #DF33AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 50.11%
G = 11.46%
B = 38.43%

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

#DF33AB (or 0xDF33AB) is known color: Persian Rose. HEX triplet: DF, 33 and AB. RGB value is (223,51,171). Sum of RGB (Red+Green+Blue) = 223+51+171=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33AB is #20CC54. Grayscale: #737373. Windows color (decimal): -2149461 or 11219935. OLE color: 11219935.

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

Color convert

RGB 223 51 171 -
CMYK 0 0.77 0.23 0.13
HSL 318.14º 0.73% 0.54% -
HSV(B) 318.14º 0.77% 0.87% -
XYZ 38.97 21 40.53 -
YUV 116.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 223 51 171 0 0.77 0.23 0.13 318.14 0.73 0.54
Hex DF 33 AB 0 4D 17 D 13E 49 36
Octal 337 63 253 0 115 27 15 476 111 66
Binary 11011111 110011 10101011 0 1001101 10111 1101 100111110 1001001 110110

Color Harmonies of #DF33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33AB

Black with #DF33AB

Text Example


Text Example

White with #DF33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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