Html Css Color HEX #DA7CBF Persian Pink

📋 copy color: '#DA7CBF'

red 218 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #DA7CBF

Tints of Persian Pink #DA7CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.83%

R = 40.9%
G = 23.26%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA7CBF (or 0xDA7CBF) is known color: Persian Pink. HEX triplet: DA, 7C and BF. RGB value is (218,124,191). Sum of RGB (Red+Green+Blue) = 218+124+191=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CBF is #258340. Grayscale: #9F9F9F. Windows color (decimal): -2458433 or 12549338. OLE color: 12549338.

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

Color convert

RGB 218 124 191 -
CMYK 0 0.43 0.12 0.15
HSL 317.23º 0.56% 0.67% -
HSV(B) 317.23º 0.43% 0.85% -
XYZ 45.53 33.08 53.28 -
YUV 159.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 218 124 191 0 0.43 0.12 0.15 317.23 0.56 0.67
Hex DA 7C BF 0 2B C F 13D 38 43
Octal 332 174 277 0 53 14 17 475 70 103
Binary 11011010 1111100 10111111 0 101011 1100 1111 100111101 111000 1000011

Color Harmonies of #DA7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CBF

Black with #DA7CBF

Text Example


Text Example

White with #DA7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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