Html Css Color HEX #DF74B0 Persian Pink

📋 copy color: '#DF74B0'

red 223 ◦ green 116 ◦ blue 176

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

Shades of Persian Pink #DF74B0

Tints of Persian Pink #DF74B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.52%

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 43.3%
G = 22.52%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF74B0 (or 0xDF74B0) is known color: Persian Pink. HEX triplet: DF, 74 and B0. RGB value is (223,116,176). Sum of RGB (Red+Green+Blue) = 223+116+176=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74B0 is #208B4F. Grayscale: #9A9A9A. Windows color (decimal): -2132816 or 11564255. OLE color: 11564255.

HSL color Cylindrical-coordinate representation of color #DF74B0: hue angle of 326.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74B0 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 176 -
CMYK 0 0.48 0.21 0.13
HSL 326.36º 0.63% 0.66% -
HSV(B) 326.36º 0.48% 0.87% -
XYZ 44.51 31.31 44.77 -
YUV 154.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 223 116 176 0 0.48 0.21 0.13 326.36 0.63 0.66
Hex DF 74 B0 0 30 15 D 146 3F 42
Octal 337 164 260 0 60 25 15 506 77 102
Binary 11011111 1110100 10110000 0 110000 10101 1101 101000110 111111 1000010

Color Harmonies of #DF74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF74B0

Black with #DF74B0

Text Example


Text Example

White with #DF74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF74B0; }

 p { color: rgb(223,116,176); }

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

background-color css

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

 a { background-color: rgb(223,116,176); }

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

border-color css

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

 span { border-color: rgb(223,116,176); }

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