Html Css Color HEX #DA6CB4 Persian Pink

📋 copy color: '#DA6CB4'

red 218 ◦ green 108 ◦ blue 180

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

Shades of Persian Pink #DA6CB4

Tints of Persian Pink #DA6CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 43.08%
G = 21.34%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA6CB4 (or 0xDA6CB4) is known color: Persian Pink. HEX triplet: DA, 6C and B4. RGB value is (218,108,180). Sum of RGB (Red+Green+Blue) = 218+108+180=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CB4 is #25934B. Grayscale: #949494. Windows color (decimal): -2462540 or 11824346. OLE color: 11824346.

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

Color convert

RGB 218 108 180 -
CMYK 0 0.50 0.17 0.15
HSL 320.73º 0.6% 0.64% -
HSV(B) 320.73º 0.5% 0.85% -
XYZ 42.51 28.93 46.52 -
YUV 149.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 218 108 180 0 0.50 0.17 0.15 320.73 0.6 0.64
Hex DA 6C B4 0 32 11 F 141 3C 40
Octal 332 154 264 0 62 21 17 501 74 100
Binary 11011010 1101100 10110100 0 110010 10001 1111 101000001 111100 1000000

Color Harmonies of #DA6CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CB4

Black with #DA6CB4

Text Example


Text Example

White with #DA6CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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