Html Css Color HEX #DA6FB4 Persian Pink

📋 copy color: '#DA6FB4'

red 218 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #DA6FB4

Tints of Persian Pink #DA6FB4

RGB

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

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

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

R = 42.83%
G = 21.81%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA6FB4 (or 0xDA6FB4) is known color: Persian Pink. HEX triplet: DA, 6F and B4. RGB value is (218,111,180). Sum of RGB (Red+Green+Blue) = 218+111+180=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FB4 is #25904B. Grayscale: #969696. Windows color (decimal): -2461772 or 11825114. OLE color: 11825114.

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

Color convert

RGB 218 111 180 -
CMYK 0 0.49 0.17 0.15
HSL 321.31º 0.59% 0.65% -
HSV(B) 321.31º 0.49% 0.85% -
XYZ 42.84 29.57 46.63 -
YUV 150.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 218 111 180 0 0.49 0.17 0.15 321.31 0.59 0.65
Hex DA 6F B4 0 31 11 F 141 3B 41
Octal 332 157 264 0 61 21 17 501 73 101
Binary 11011010 1101111 10110100 0 110001 10001 1111 101000001 111011 1000001

Color Harmonies of #DA6FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FB4

Black with #DA6FB4

Text Example


Text Example

White with #DA6FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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