Html Css Color HEX #DA7BBE Persian Pink

📋 copy color: '#DA7BBE'

red 218 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #DA7BBE

Tints of Persian Pink #DA7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 41.05%
G = 23.16%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA7BBE (or 0xDA7BBE) is known color: Persian Pink. HEX triplet: DA, 7B and BE. RGB value is (218,123,190). Sum of RGB (Red+Green+Blue) = 218+123+190=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BBE is #258441. Grayscale: #9E9E9E. Windows color (decimal): -2458690 or 12483546. OLE color: 12483546.

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

Color convert

RGB 218 123 190 -
CMYK 0 0.44 0.13 0.15
HSL 317.68º 0.56% 0.67% -
HSV(B) 317.68º 0.44% 0.85% -
XYZ 45.29 32.79 52.66 -
YUV 159.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 218 123 190 0 0.44 0.13 0.15 317.68 0.56 0.67
Hex DA 7B BE 0 2C D F 13E 38 43
Octal 332 173 276 0 54 15 17 476 70 103
Binary 11011010 1111011 10111110 0 101100 1101 1111 100111110 111000 1000011

Color Harmonies of #DA7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BBE

Black with #DA7BBE

Text Example


Text Example

White with #DA7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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