Html Css Color HEX #DA74BA Persian Pink

📋 copy color: '#DA74BA'

red 218 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #DA74BA

Tints of Persian Pink #DA74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 41.92%
G = 22.31%
B = 35.77%

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

#DA74BA (or 0xDA74BA) is known color: Persian Pink. HEX triplet: DA, 74 and BA. RGB value is (218,116,186). Sum of RGB (Red+Green+Blue) = 218+116+186=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74BA is #258B45. Grayscale: #9A9A9A. Windows color (decimal): -2460486 or 12219610. OLE color: 12219610.

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

Color convert

RGB 218 116 186 -
CMYK 0 0.47 0.15 0.15
HSL 318.82º 0.58% 0.65% -
HSV(B) 318.82º 0.47% 0.85% -
XYZ 44.02 30.94 50.11 -
YUV 154.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 218 116 186 0 0.47 0.15 0.15 318.82 0.58 0.65
Hex DA 74 BA 0 2F F F 13F 3A 41
Octal 332 164 272 0 57 17 17 477 72 101
Binary 11011010 1110100 10111010 0 101111 1111 1111 100111111 111010 1000001

Color Harmonies of #DA74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74BA

Black with #DA74BA

Text Example


Text Example

White with #DA74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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