Html Css Color HEX #DA7DBB Persian Pink

📋 copy color: '#DA7DBB'

red 218 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #DA7DBB

Tints of Persian Pink #DA7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 41.13%
G = 23.58%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA7DBB (or 0xDA7DBB) is known color: Persian Pink. HEX triplet: DA, 7D and BB. RGB value is (218,125,187). Sum of RGB (Red+Green+Blue) = 218+125+187=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DBB is #258244. Grayscale: #9F9F9F. Windows color (decimal): -2458181 or 12287450. OLE color: 12287450.

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

Color convert

RGB 218 125 187 -
CMYK 0 0.43 0.14 0.15
HSL 320º 0.56% 0.67% -
HSV(B) 320º 0.43% 0.85% -
XYZ 45.22 33.16 51.03 -
YUV 159.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 218 125 187 0 0.43 0.14 0.15 320 0.56 0.67
Hex DA 7D BB 0 2B E F 140 38 43
Octal 332 175 273 0 53 16 17 500 70 103
Binary 11011010 1111101 10111011 0 101011 1110 1111 101000000 111000 1000011

Color Harmonies of #DA7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DBB

Black with #DA7DBB

Text Example


Text Example

White with #DA7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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