Html Css Color HEX #DA74B4 Persian Pink

📋 copy color: '#DA74B4'

red 218 ◦ green 116 ◦ blue 180

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

Shades of Persian Pink #DA74B4

Tints of Persian Pink #DA74B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 42.41%
G = 22.57%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA74B4 (or 0xDA74B4) is known color: Persian Pink. HEX triplet: DA, 74 and B4. RGB value is (218,116,180). Sum of RGB (Red+Green+Blue) = 218+116+180=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74B4 is #258B4B. Grayscale: #999999. Windows color (decimal): -2460492 or 11826394. OLE color: 11826394.

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

Color convert

RGB 218 116 180 -
CMYK 0 0.47 0.17 0.15
HSL 322.35º 0.58% 0.65% -
HSV(B) 322.35º 0.47% 0.85% -
XYZ 43.4 30.69 46.82 -
YUV 153.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 218 116 180 0 0.47 0.17 0.15 322.35 0.58 0.65
Hex DA 74 B4 0 2F 11 F 142 3A 41
Octal 332 164 264 0 57 21 17 502 72 101
Binary 11011010 1110100 10110100 0 101111 10001 1111 101000010 111010 1000001

Color Harmonies of #DA74B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74B4

Black with #DA74B4

Text Example


Text Example

White with #DA74B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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