Html Css Color HEX #DA68B3 Hot Pink

📋 copy color: '#DA68B3'

red 218 ◦ green 104 ◦ blue 179

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

Shades of Hot Pink #DA68B3

Tints of Hot Pink #DA68B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

 BLUE value IS 179 (70.31% from 255) = 35.73%

R = 43.51%
G = 20.76%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA68B3 (or 0xDA68B3) is known color: Hot Pink. HEX triplet: DA, 68 and B3. RGB value is (218,104,179). Sum of RGB (Red+Green+Blue) = 218+104+179=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68B3 is #25974C. Grayscale: #929292. Windows color (decimal): -2463565 or 11757786. OLE color: 11757786.

HSL color Cylindrical-coordinate representation of color #DA68B3: hue angle of 320.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68B3 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 179 -
CMYK 0 0.52 0.18 0.15
HSL 320.53º 0.61% 0.63% -
HSV(B) 320.53º 0.52% 0.85% -
XYZ 42 28.06 45.85 -
YUV 146.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 218 104 179 0 0.52 0.18 0.15 320.53 0.61 0.63
Hex DA 68 B3 0 34 12 F 141 3D 3F
Octal 332 150 263 0 64 22 17 501 75 77
Binary 11011010 1101000 10110011 0 110100 10010 1111 101000001 111101 111111

Color Harmonies of #DA68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68B3

Black with #DA68B3

Text Example


Text Example

White with #DA68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68B3; }

 p { color: rgb(218,104,179); }

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

background-color css

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

 a { background-color: rgb(218,104,179); }

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

border-color css

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

 span { border-color: rgb(218,104,179); }

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