Html Css Color HEX #DA7BB2 Persian Pink

📋 copy color: '#DA7BB2'

red 218 ◦ green 123 ◦ blue 178

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

Shades of Persian Pink #DA7BB2

Tints of Persian Pink #DA7BB2

RGB

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

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

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

R = 42%
G = 23.7%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA7BB2 (or 0xDA7BB2) is known color: Persian Pink. HEX triplet: DA, 7B and B2. RGB value is (218,123,178). Sum of RGB (Red+Green+Blue) = 218+123+178=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BB2 is #25844D. Grayscale: #9D9D9D. Windows color (decimal): -2458702 or 11697114. OLE color: 11697114.

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

Color convert

RGB 218 123 178 -
CMYK 0 0.44 0.18 0.15
HSL 325.26º 0.56% 0.67% -
HSV(B) 325.26º 0.44% 0.85% -
XYZ 44.03 32.29 46.03 -
YUV 157.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 218 123 178 0 0.44 0.18 0.15 325.26 0.56 0.67
Hex DA 7B B2 0 2C 12 F 145 38 43
Octal 332 173 262 0 54 22 17 505 70 103
Binary 11011010 1111011 10110010 0 101100 10010 1111 101000101 111000 1000011

Color Harmonies of #DA7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BB2

Black with #DA7BB2

Text Example


Text Example

White with #DA7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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