Html Css Color HEX #DA68B2 Hot Pink

📋 copy color: '#DA68B2'

red 218 ◦ green 104 ◦ blue 178

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

Shades of Hot Pink #DA68B2

Tints of Hot Pink #DA68B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 43.6%
G = 20.8%
B = 35.6%

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

#DA68B2 (or 0xDA68B2) is known color: Hot Pink. HEX triplet: DA, 68 and B2. RGB value is (218,104,178). Sum of RGB (Red+Green+Blue) = 218+104+178=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68B2 is #25974D. Grayscale: #929292. Windows color (decimal): -2463566 or 11692250. OLE color: 11692250.

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

Color convert

RGB 218 104 178 -
CMYK 0 0.52 0.18 0.15
HSL 321.05º 0.61% 0.63% -
HSV(B) 321.05º 0.52% 0.85% -
XYZ 41.9 28.02 45.32 -
YUV 146.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 218 104 178 0 0.52 0.18 0.15 321.05 0.61 0.63
Hex DA 68 B2 0 34 12 F 141 3D 3F
Octal 332 150 262 0 64 22 17 501 75 77
Binary 11011010 1101000 10110010 0 110100 10010 1111 101000001 111101 111111

Color Harmonies of #DA68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68B2

Black with #DA68B2

Text Example


Text Example

White with #DA68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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