Html Css Color HEX #DA7DB4 Persian Pink

📋 copy color: '#DA7DB4'

red 218 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #DA7DB4

Tints of Persian Pink #DA7DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 41.68%
G = 23.9%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA7DB4 (or 0xDA7DB4) is known color: Persian Pink. HEX triplet: DA, 7D and B4. RGB value is (218,125,180). Sum of RGB (Red+Green+Blue) = 218+125+180=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DB4 is #25824B. Grayscale: #9E9E9E. Windows color (decimal): -2458188 or 11828698. OLE color: 11828698.

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

Color convert

RGB 218 125 180 -
CMYK 0 0.43 0.17 0.15
HSL 324.52º 0.56% 0.67% -
HSV(B) 324.52º 0.43% 0.85% -
XYZ 44.49 32.87 47.18 -
YUV 159.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 218 125 180 0 0.43 0.17 0.15 324.52 0.56 0.67
Hex DA 7D B4 0 2B 11 F 145 38 43
Octal 332 175 264 0 53 21 17 505 70 103
Binary 11011010 1111101 10110100 0 101011 10001 1111 101000101 111000 1000011

Color Harmonies of #DA7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DB4

Black with #DA7DB4

Text Example


Text Example

White with #DA7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DB4; }

 p { color: rgb(218,125,180); }

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

background-color css

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

 a { background-color: rgb(218,125,180); }

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

border-color css

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

 span { border-color: rgb(218,125,180); }

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