Html Css Color HEX #DA75B0 Persian Pink

📋 copy color: '#DA75B0'

red 218 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #DA75B0

Tints of Persian Pink #DA75B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 42.66%
G = 22.9%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA75B0 (or 0xDA75B0) is known color: Persian Pink. HEX triplet: DA, 75 and B0. RGB value is (218,117,176). Sum of RGB (Red+Green+Blue) = 218+117+176=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75B0 is #258A4F. Grayscale: #999999. Windows color (decimal): -2460240 or 11564506. OLE color: 11564506.

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

Color convert

RGB 218 117 176 -
CMYK 0 0.46 0.19 0.15
HSL 324.95º 0.58% 0.66% -
HSV(B) 324.95º 0.46% 0.85% -
XYZ 43.11 30.76 44.74 -
YUV 153.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 218 117 176 0 0.46 0.19 0.15 324.95 0.58 0.66
Hex DA 75 B0 0 2E 13 F 145 3A 42
Octal 332 165 260 0 56 23 17 505 72 102
Binary 11011010 1110101 10110000 0 101110 10011 1111 101000101 111010 1000010

Color Harmonies of #DA75B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75B0

Black with #DA75B0

Text Example


Text Example

White with #DA75B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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