Html Css Color HEX #DA7CBE Persian Pink

📋 copy color: '#DA7CBE'

red 218 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #DA7CBE

Tints of Persian Pink #DA7CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

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

R = 40.98%
G = 23.31%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA7CBE (or 0xDA7CBE) is known color: Persian Pink. HEX triplet: DA, 7C and BE. RGB value is (218,124,190). Sum of RGB (Red+Green+Blue) = 218+124+190=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CBE is #258341. Grayscale: #9F9F9F. Windows color (decimal): -2458434 or 12483802. OLE color: 12483802.

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

Color convert

RGB 218 124 190 -
CMYK 0 0.43 0.13 0.15
HSL 317.87º 0.56% 0.67% -
HSV(B) 317.87º 0.43% 0.85% -
XYZ 45.42 33.04 52.7 -
YUV 159.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 218 124 190 0 0.43 0.13 0.15 317.87 0.56 0.67
Hex DA 7C BE 0 2B D F 13E 38 43
Octal 332 174 276 0 53 15 17 476 70 103
Binary 11011010 1111100 10111110 0 101011 1101 1111 100111110 111000 1000011

Color Harmonies of #DA7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CBE

Black with #DA7CBE

Text Example


Text Example

White with #DA7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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