Html Css Color HEX #DA74BB Persian Pink

📋 copy color: '#DA74BB'

red 218 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #DA74BB

Tints of Persian Pink #DA74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.26%

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

R = 41.84%
G = 22.26%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA74BB (or 0xDA74BB) is known color: Persian Pink. HEX triplet: DA, 74 and BB. RGB value is (218,116,187). Sum of RGB (Red+Green+Blue) = 218+116+187=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74BB is #258B44. Grayscale: #9A9A9A. Windows color (decimal): -2460485 or 12285146. OLE color: 12285146.

HSL color Cylindrical-coordinate representation of color #DA74BB: hue angle of 318.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74BB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 187 -
CMYK 0 0.47 0.14 0.15
HSL 318.24º 0.58% 0.65% -
HSV(B) 318.24º 0.47% 0.85% -
XYZ 44.13 30.98 50.67 -
YUV 154.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 218 116 187 0 0.47 0.14 0.15 318.24 0.58 0.65
Hex DA 74 BB 0 2F E F 13E 3A 41
Octal 332 164 273 0 57 16 17 476 72 101
Binary 11011010 1110100 10111011 0 101111 1110 1111 100111110 111010 1000001

Color Harmonies of #DA74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74BB

Black with #DA74BB

Text Example


Text Example

White with #DA74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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