Html Css Color HEX #DA68B4 Hot Pink

📋 copy color: '#DA68B4'

red 218 ◦ green 104 ◦ blue 180

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

Shades of Hot Pink #DA68B4

Tints of Hot Pink #DA68B4

RGB

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

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

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

R = 43.43%
G = 20.72%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA68B4 (or 0xDA68B4) is known color: Hot Pink. HEX triplet: DA, 68 and B4. RGB value is (218,104,180). Sum of RGB (Red+Green+Blue) = 218+104+180=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68B4 is #25974B. Grayscale: #929292. Windows color (decimal): -2463564 or 11823322. OLE color: 11823322.

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

Color convert

RGB 218 104 180 -
CMYK 0 0.52 0.17 0.15
HSL 320º 0.61% 0.63% -
HSV(B) 320º 0.52% 0.85% -
XYZ 42.1 28.1 46.39 -
YUV 146.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 218 104 180 0 0.52 0.17 0.15 320 0.61 0.63
Hex DA 68 B4 0 34 11 F 140 3D 3F
Octal 332 150 264 0 64 21 17 500 75 77
Binary 11011010 1101000 10110100 0 110100 10001 1111 101000000 111101 111111

Color Harmonies of #DA68B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68B4

Black with #DA68B4

Text Example


Text Example

White with #DA68B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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