Html Css Color HEX #DA7BBA Persian Pink

📋 copy color: '#DA7BBA'

red 218 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #DA7BBA

Tints of Persian Pink #DA7BBA

RGB

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

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

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

R = 41.37%
G = 23.34%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA7BBA (or 0xDA7BBA) is known color: Persian Pink. HEX triplet: DA, 7B and BA. RGB value is (218,123,186). Sum of RGB (Red+Green+Blue) = 218+123+186=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BBA is #258445. Grayscale: #9E9E9E. Windows color (decimal): -2458694 or 12221402. OLE color: 12221402.

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

Color convert

RGB 218 123 186 -
CMYK 0 0.44 0.15 0.15
HSL 320.21º 0.56% 0.67% -
HSV(B) 320.21º 0.44% 0.85% -
XYZ 44.86 32.62 50.39 -
YUV 158.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 218 123 186 0 0.44 0.15 0.15 320.21 0.56 0.67
Hex DA 7B BA 0 2C F F 140 38 43
Octal 332 173 272 0 54 17 17 500 70 103
Binary 11011010 1111011 10111010 0 101100 1111 1111 101000000 111000 1000011

Color Harmonies of #DA7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BBA

Black with #DA7BBA

Text Example


Text Example

White with #DA7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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