Html Css Color HEX #DF33A8 Persian Rose

📋 copy color: '#DF33A8'

red 223 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #DF33A8

Tints of Persian Rose #DF33A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 50.45%
G = 11.54%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF33A8 (or 0xDF33A8) is known color: Persian Rose. HEX triplet: DF, 33 and A8. RGB value is (223,51,168). Sum of RGB (Red+Green+Blue) = 223+51+168=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33A8 is #20CC57. Grayscale: #737373. Windows color (decimal): -2149464 or 11023327. OLE color: 11023327.

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

Color convert

RGB 223 51 168 -
CMYK 0 0.77 0.25 0.13
HSL 319.19º 0.73% 0.54% -
HSV(B) 319.19º 0.77% 0.87% -
XYZ 38.68 20.88 39.04 -
YUV 115.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 223 51 168 0 0.77 0.25 0.13 319.19 0.73 0.54
Hex DF 33 A8 0 4D 19 D 13F 49 36
Octal 337 63 250 0 115 31 15 477 111 66
Binary 11011111 110011 10101000 0 1001101 11001 1101 100111111 1001001 110110

Color Harmonies of #DF33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33A8

Black with #DF33A8

Text Example


Text Example

White with #DF33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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