Html Css Color HEX #DA7BBC Persian Pink

📋 copy color: '#DA7BBC'

red 218 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #DA7BBC

Tints of Persian Pink #DA7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.25%

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

R = 41.21%
G = 23.25%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA7BBC (or 0xDA7BBC) is known color: Persian Pink. HEX triplet: DA, 7B and BC. RGB value is (218,123,188). Sum of RGB (Red+Green+Blue) = 218+123+188=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BBC is #258443. Grayscale: #9E9E9E. Windows color (decimal): -2458692 or 12352474. OLE color: 12352474.

HSL color Cylindrical-coordinate representation of color #DA7BBC: hue angle of 318.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BBC is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 188 -
CMYK 0 0.44 0.14 0.15
HSL 318.95º 0.56% 0.67% -
HSV(B) 318.95º 0.44% 0.85% -
XYZ 45.07 32.7 51.51 -
YUV 158.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 218 123 188 0 0.44 0.14 0.15 318.95 0.56 0.67
Hex DA 7B BC 0 2C E F 13F 38 43
Octal 332 173 274 0 54 16 17 477 70 103
Binary 11011010 1111011 10111100 0 101100 1110 1111 100111111 111000 1000011

Color Harmonies of #DA7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BBC

Black with #DA7BBC

Text Example


Text Example

White with #DA7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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