Html Css Color HEX #DA74B9 Persian Pink

📋 copy color: '#DA74B9'

red 218 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #DA74B9

Tints of Persian Pink #DA74B9

RGB

 RED value IS 218 (85.55% from 255) = 42%

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 42%
G = 22.35%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA74B9 (or 0xDA74B9) is known color: Persian Pink. HEX triplet: DA, 74 and B9. RGB value is (218,116,185). Sum of RGB (Red+Green+Blue) = 218+116+185=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B9 is #258B46. Grayscale: #9A9A9A. Windows color (decimal): -2460487 or 12154074. OLE color: 12154074.

HSL color Cylindrical-coordinate representation of color #DA74B9: hue angle of 319.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74B9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 185 -
CMYK 0 0.47 0.15 0.15
HSL 319.41º 0.58% 0.65% -
HSV(B) 319.41º 0.47% 0.85% -
XYZ 43.92 30.9 49.55 -
YUV 154.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 218 116 185 0 0.47 0.15 0.15 319.41 0.58 0.65
Hex DA 74 B9 0 2F F F 13F 3A 41
Octal 332 164 271 0 57 17 17 477 72 101
Binary 11011010 1110100 10111001 0 101111 1111 1111 100111111 111010 1000001

Color Harmonies of #DA74B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74B9

Black with #DA74B9

Text Example


Text Example

White with #DA74B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74B9; }

 p { color: rgb(218,116,185); }

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

background-color css

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

 a { background-color: rgb(218,116,185); }

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

border-color css

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

 span { border-color: rgb(218,116,185); }

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