Html Css Color HEX #DA75BA Persian Pink

📋 copy color: '#DA75BA'

red 218 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #DA75BA

Tints of Persian Pink #DA75BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 41.84%
G = 22.46%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA75BA (or 0xDA75BA) is known color: Persian Pink. HEX triplet: DA, 75 and BA. RGB value is (218,117,186). Sum of RGB (Red+Green+Blue) = 218+117+186=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75BA is #258A45. Grayscale: #9A9A9A. Windows color (decimal): -2460230 or 12219866. OLE color: 12219866.

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

Color convert

RGB 218 117 186 -
CMYK 0 0.46 0.15 0.15
HSL 319.01º 0.58% 0.66% -
HSV(B) 319.01º 0.46% 0.85% -
XYZ 44.14 31.17 50.15 -
YUV 155.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 218 117 186 0 0.46 0.15 0.15 319.01 0.58 0.66
Hex DA 75 BA 0 2E F F 13F 3A 42
Octal 332 165 272 0 56 17 17 477 72 102
Binary 11011010 1110101 10111010 0 101110 1111 1111 100111111 111010 1000010

Color Harmonies of #DA75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75BA

Black with #DA75BA

Text Example


Text Example

White with #DA75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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