Html Css Color HEX #DA7FB4 Persian Pink

📋 copy color: '#DA7FB4'

red 218 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #DA7FB4

Tints of Persian Pink #DA7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 41.52%
G = 24.19%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA7FB4 (or 0xDA7FB4) is known color: Persian Pink. HEX triplet: DA, 7F and B4. RGB value is (218,127,180). Sum of RGB (Red+Green+Blue) = 218+127+180=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FB4 is #25804B. Grayscale: #A0A0A0. Windows color (decimal): -2457676 or 11829210. OLE color: 11829210.

HSL color Cylindrical-coordinate representation of color #DA7FB4: hue angle of 325.05º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FB4 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 180 -
CMYK 0 0.42 0.17 0.15
HSL 325.05º 0.55% 0.68% -
HSV(B) 325.05º 0.42% 0.85% -
XYZ 44.74 33.38 47.26 -
YUV 160.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 218 127 180 0 0.42 0.17 0.15 325.05 0.55 0.68
Hex DA 7F B4 0 2A 11 F 145 37 44
Octal 332 177 264 0 52 21 17 505 67 104
Binary 11011010 1111111 10110100 0 101010 10001 1111 101000101 110111 1000100

Color Harmonies of #DA7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FB4

Black with #DA7FB4

Text Example


Text Example

White with #DA7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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