Html Css Color HEX #DA75BC Persian Pink

📋 copy color: '#DA75BC'

red 218 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #DA75BC

Tints of Persian Pink #DA75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 41.68%
G = 22.37%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA75BC (or 0xDA75BC) is known color: Persian Pink. HEX triplet: DA, 75 and BC. RGB value is (218,117,188). Sum of RGB (Red+Green+Blue) = 218+117+188=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75BC is #258A43. Grayscale: #9B9B9B. Windows color (decimal): -2460228 or 12350938. OLE color: 12350938.

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

Color convert

RGB 218 117 188 -
CMYK 0 0.46 0.14 0.15
HSL 317.82º 0.58% 0.66% -
HSV(B) 317.82º 0.46% 0.85% -
XYZ 44.35 31.26 51.27 -
YUV 155.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 218 117 188 0 0.46 0.14 0.15 317.82 0.58 0.66
Hex DA 75 BC 0 2E E F 13E 3A 42
Octal 332 165 274 0 56 16 17 476 72 102
Binary 11011010 1110101 10111100 0 101110 1110 1111 100111110 111010 1000010

Color Harmonies of #DA75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75BC

Black with #DA75BC

Text Example


Text Example

White with #DA75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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