Html Css Color HEX #DA75AF Persian Pink

📋 copy color: '#DA75AF'

red 218 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #DA75AF

Tints of Persian Pink #DA75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 42.75%
G = 22.94%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA75AF (or 0xDA75AF) is known color: Persian Pink. HEX triplet: DA, 75 and AF. RGB value is (218,117,175). Sum of RGB (Red+Green+Blue) = 218+117+175=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75AF is #258A50. Grayscale: #999999. Windows color (decimal): -2460241 or 11498970. OLE color: 11498970.

HSL color Cylindrical-coordinate representation of color #DA75AF: hue angle of 325.54º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA75AF is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 175 -
CMYK 0 0.46 0.20 0.15
HSL 325.54º 0.58% 0.66% -
HSV(B) 325.54º 0.46% 0.85% -
XYZ 43.01 30.72 44.22 -
YUV 153.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 218 117 175 0 0.46 0.20 0.15 325.54 0.58 0.66
Hex DA 75 AF 0 2E 14 F 146 3A 42
Octal 332 165 257 0 56 24 17 506 72 102
Binary 11011010 1110101 10101111 0 101110 10100 1111 101000110 111010 1000010

Color Harmonies of #DA75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75AF

Black with #DA75AF

Text Example


Text Example

White with #DA75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75AF; }

 p { color: rgb(218,117,175); }

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

background-color css

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

 a { background-color: rgb(218,117,175); }

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

border-color css

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

 span { border-color: rgb(218,117,175); }

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