Html Css Color HEX #DA74B2 Persian Pink

📋 copy color: '#DA74B2'

red 218 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #DA74B2

Tints of Persian Pink #DA74B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 42.58%
G = 22.66%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA74B2 (or 0xDA74B2) is known color: Persian Pink. HEX triplet: DA, 74 and B2. RGB value is (218,116,178). Sum of RGB (Red+Green+Blue) = 218+116+178=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74B2 is #258B4D. Grayscale: #999999. Windows color (decimal): -2460494 or 11695322. OLE color: 11695322.

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

Color convert

RGB 218 116 178 -
CMYK 0 0.47 0.18 0.15
HSL 323.53º 0.58% 0.65% -
HSV(B) 323.53º 0.47% 0.85% -
XYZ 43.19 30.61 45.75 -
YUV 153.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 218 116 178 0 0.47 0.18 0.15 323.53 0.58 0.65
Hex DA 74 B2 0 2F 12 F 144 3A 41
Octal 332 164 262 0 57 22 17 504 72 101
Binary 11011010 1110100 10110010 0 101111 10010 1111 101000100 111010 1000001

Color Harmonies of #DA74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74B2

Black with #DA74B2

Text Example


Text Example

White with #DA74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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