Html Css Color HEX #DA74B1 Persian Pink

📋 copy color: '#DA74B1'

red 218 ◦ green 116 ◦ blue 177

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

Shades of Persian Pink #DA74B1

Tints of Persian Pink #DA74B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 42.66%
G = 22.7%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA74B1 (or 0xDA74B1) is known color: Persian Pink. HEX triplet: DA, 74 and B1. RGB value is (218,116,177). Sum of RGB (Red+Green+Blue) = 218+116+177=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74B1 is #258B4E. Grayscale: #999999. Windows color (decimal): -2460495 or 11629786. OLE color: 11629786.

HSL color Cylindrical-coordinate representation of color #DA74B1: hue angle of 324.12º 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 #DA74B1 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 177 -
CMYK 0 0.47 0.19 0.15
HSL 324.12º 0.58% 0.65% -
HSV(B) 324.12º 0.47% 0.85% -
XYZ 43.09 30.57 45.22 -
YUV 153.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 218 116 177 0 0.47 0.19 0.15 324.12 0.58 0.65
Hex DA 74 B1 0 2F 13 F 144 3A 41
Octal 332 164 261 0 57 23 17 504 72 101
Binary 11011010 1110100 10110001 0 101111 10011 1111 101000100 111010 1000001

Color Harmonies of #DA74B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74B1

Black with #DA74B1

Text Example


Text Example

White with #DA74B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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