Html Css Color HEX #DA7CB2 Persian Pink

📋 copy color: '#DA7CB2'

red 218 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #DA7CB2

Tints of Persian Pink #DA7CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 41.92%
G = 23.85%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA7CB2 (or 0xDA7CB2) is known color: Persian Pink. HEX triplet: DA, 7C and B2. RGB value is (218,124,178). Sum of RGB (Red+Green+Blue) = 218+124+178=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CB2 is #25834D. Grayscale: #9E9E9E. Windows color (decimal): -2458446 or 11697370. OLE color: 11697370.

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

Color convert

RGB 218 124 178 -
CMYK 0 0.43 0.18 0.15
HSL 325.53º 0.56% 0.67% -
HSV(B) 325.53º 0.43% 0.85% -
XYZ 44.16 32.54 46.07 -
YUV 158.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 218 124 178 0 0.43 0.18 0.15 325.53 0.56 0.67
Hex DA 7C B2 0 2B 12 F 146 38 43
Octal 332 174 262 0 53 22 17 506 70 103
Binary 11011010 1111100 10110010 0 101011 10010 1111 101000110 111000 1000011

Color Harmonies of #DA7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CB2

Black with #DA7CB2

Text Example


Text Example

White with #DA7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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