Html Css Color HEX #DA75B3 Persian Pink

📋 copy color: '#DA75B3'

red 218 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #DA75B3

Tints of Persian Pink #DA75B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 42.41%
G = 22.76%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA75B3 (or 0xDA75B3) is known color: Persian Pink. HEX triplet: DA, 75 and B3. RGB value is (218,117,179). Sum of RGB (Red+Green+Blue) = 218+117+179=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75B3 is #258A4C. Grayscale: #9A9A9A. Windows color (decimal): -2460237 or 11761114. OLE color: 11761114.

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

Color convert

RGB 218 117 179 -
CMYK 0 0.46 0.18 0.15
HSL 323.17º 0.58% 0.66% -
HSV(B) 323.17º 0.46% 0.85% -
XYZ 43.41 30.88 46.32 -
YUV 154.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 218 117 179 0 0.46 0.18 0.15 323.17 0.58 0.66
Hex DA 75 B3 0 2E 12 F 143 3A 42
Octal 332 165 263 0 56 22 17 503 72 102
Binary 11011010 1110101 10110011 0 101110 10010 1111 101000011 111010 1000010

Color Harmonies of #DA75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75B3

Black with #DA75B3

Text Example


Text Example

White with #DA75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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