Html Css Color HEX #DA75B8 Persian Pink

📋 copy color: '#DA75B8'

red 218 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #DA75B8

Tints of Persian Pink #DA75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 42%
G = 22.54%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA75B8 (or 0xDA75B8) is known color: Persian Pink. HEX triplet: DA, 75 and B8. RGB value is (218,117,184). Sum of RGB (Red+Green+Blue) = 218+117+184=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75B8 is #258A47. Grayscale: #9A9A9A. Windows color (decimal): -2460232 or 12088794. OLE color: 12088794.

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

Color convert

RGB 218 117 184 -
CMYK 0 0.46 0.16 0.15
HSL 320.2º 0.58% 0.66% -
HSV(B) 320.2º 0.46% 0.85% -
XYZ 43.93 31.09 49.03 -
YUV 154.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 218 117 184 0 0.46 0.16 0.15 320.2 0.58 0.66
Hex DA 75 B8 0 2E 10 F 140 3A 42
Octal 332 165 270 0 56 20 17 500 72 102
Binary 11011010 1110101 10111000 0 101110 10000 1111 101000000 111010 1000010

Color Harmonies of #DA75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75B8

Black with #DA75B8

Text Example


Text Example

White with #DA75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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