Html Css Color HEX #DA6FB1 Persian Pink

📋 copy color: '#DA6FB1'

red 218 ◦ green 111 ◦ blue 177

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

Shades of Persian Pink #DA6FB1

Tints of Persian Pink #DA6FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 177 (69.53% from 255) = 34.98%

R = 43.08%
G = 21.94%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA6FB1 (or 0xDA6FB1) is known color: Persian Pink. HEX triplet: DA, 6F and B1. RGB value is (218,111,177). Sum of RGB (Red+Green+Blue) = 218+111+177=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FB1 is #25904E. Grayscale: #969696. Windows color (decimal): -2461775 or 11628506. OLE color: 11628506.

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

Color convert

RGB 218 111 177 -
CMYK 0 0.49 0.19 0.15
HSL 322.99º 0.59% 0.65% -
HSV(B) 322.99º 0.49% 0.85% -
XYZ 42.53 29.45 45.04 -
YUV 150.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 218 111 177 0 0.49 0.19 0.15 322.99 0.59 0.65
Hex DA 6F B1 0 31 13 F 143 3B 41
Octal 332 157 261 0 61 23 17 503 73 101
Binary 11011010 1101111 10110001 0 110001 10011 1111 101000011 111011 1000001

Color Harmonies of #DA6FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FB1

Black with #DA6FB1

Text Example


Text Example

White with #DA6FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FB1; }

 p { color: rgb(218,111,177); }

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

background-color css

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

 a { background-color: rgb(218,111,177); }

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

border-color css

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

 span { border-color: rgb(218,111,177); }

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