Html Css Color HEX #DA7DBA Persian Pink

📋 copy color: '#DA7DBA'

red 218 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #DA7DBA

Tints of Persian Pink #DA7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 41.21%
G = 23.63%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA7DBA (or 0xDA7DBA) is known color: Persian Pink. HEX triplet: DA, 7D and BA. RGB value is (218,125,186). Sum of RGB (Red+Green+Blue) = 218+125+186=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DBA is #258245. Grayscale: #9F9F9F. Windows color (decimal): -2458182 or 12221914. OLE color: 12221914.

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

Color convert

RGB 218 125 186 -
CMYK 0 0.43 0.15 0.15
HSL 320.65º 0.56% 0.67% -
HSV(B) 320.65º 0.43% 0.85% -
XYZ 45.11 33.12 50.47 -
YUV 159.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 218 125 186 0 0.43 0.15 0.15 320.65 0.56 0.67
Hex DA 7D BA 0 2B F F 141 38 43
Octal 332 175 272 0 53 17 17 501 70 103
Binary 11011010 1111101 10111010 0 101011 1111 1111 101000001 111000 1000011

Color Harmonies of #DA7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DBA

Black with #DA7DBA

Text Example


Text Example

White with #DA7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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