Html Css Color HEX #DF74BB Persian Pink

📋 copy color: '#DF74BB'

red 223 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #DF74BB

Tints of Persian Pink #DF74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 42.4%
G = 22.05%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF74BB (or 0xDF74BB) is known color: Persian Pink. HEX triplet: DF, 74 and BB. RGB value is (223,116,187). Sum of RGB (Red+Green+Blue) = 223+116+187=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BB is #208B44. Grayscale: #9B9B9B. Windows color (decimal): -2132805 or 12285151. OLE color: 12285151.

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

Color convert

RGB 223 116 187 -
CMYK 0 0.48 0.16 0.13
HSL 320.19º 0.63% 0.66% -
HSV(B) 320.19º 0.48% 0.87% -
XYZ 45.65 31.77 50.74 -
YUV 156.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 223 116 187 0 0.48 0.16 0.13 320.19 0.63 0.66
Hex DF 74 BB 0 30 10 D 140 3F 42
Octal 337 164 273 0 60 20 15 500 77 102
Binary 11011111 1110100 10111011 0 110000 10000 1101 101000000 111111 1000010

Color Harmonies of #DF74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF74BB

Black with #DF74BB

Text Example


Text Example

White with #DF74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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