Html Css Color HEX #DA6BB6 Persian Pink

📋 copy color: '#DA6BB6'

red 218 ◦ green 107 ◦ blue 182

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

Shades of Persian Pink #DA6BB6

Tints of Persian Pink #DA6BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 43%
G = 21.1%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA6BB6 (or 0xDA6BB6) is known color: Persian Pink. HEX triplet: DA, 6B and B6. RGB value is (218,107,182). Sum of RGB (Red+Green+Blue) = 218+107+182=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BB6 is #259449. Grayscale: #949494. Windows color (decimal): -2462794 or 11955162. OLE color: 11955162.

HSL color Cylindrical-coordinate representation of color #DA6BB6: hue angle of 319.46º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BB6 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 182 -
CMYK 0 0.51 0.17 0.15
HSL 319.46º 0.6% 0.64% -
HSV(B) 319.46º 0.51% 0.85% -
XYZ 42.61 28.8 47.57 -
YUV 148.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 218 107 182 0 0.51 0.17 0.15 319.46 0.6 0.64
Hex DA 6B B6 0 33 11 F 13F 3C 40
Octal 332 153 266 0 63 21 17 477 74 100
Binary 11011010 1101011 10110110 0 110011 10001 1111 100111111 111100 1000000

Color Harmonies of #DA6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BB6

Black with #DA6BB6

Text Example


Text Example

White with #DA6BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BB6; }

 p { color: rgb(218,107,182); }

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

background-color css

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

 a { background-color: rgb(218,107,182); }

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

border-color css

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

 span { border-color: rgb(218,107,182); }

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