Html Css Color HEX #DA75B2 Persian Pink

📋 copy color: '#DA75B2'

red 218 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #DA75B2

Tints of Persian Pink #DA75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 42.5%
G = 22.81%
B = 34.7%

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

#DA75B2 (or 0xDA75B2) is known color: Persian Pink. HEX triplet: DA, 75 and B2. RGB value is (218,117,178). Sum of RGB (Red+Green+Blue) = 218+117+178=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75B2 is #258A4D. Grayscale: #9A9A9A. Windows color (decimal): -2460238 or 11695578. OLE color: 11695578.

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

Color convert

RGB 218 117 178 -
CMYK 0 0.46 0.18 0.15
HSL 323.76º 0.58% 0.66% -
HSV(B) 323.76º 0.46% 0.85% -
XYZ 43.31 30.84 45.79 -
YUV 154.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 218 117 178 0 0.46 0.18 0.15 323.76 0.58 0.66
Hex DA 75 B2 0 2E 12 F 144 3A 42
Octal 332 165 262 0 56 22 17 504 72 102
Binary 11011010 1110101 10110010 0 101110 10010 1111 101000100 111010 1000010

Color Harmonies of #DA75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75B2

Black with #DA75B2

Text Example


Text Example

White with #DA75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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