Html Css Color HEX #DA48FF Heliotrope

📋 copy color: '#DA48FF'

red 218 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #DA48FF

Tints of Heliotrope #DA48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.21%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 40%
G = 13.21%
B = 46.79%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA48FF (or 0xDA48FF) is known color: Heliotrope. HEX triplet: DA, 48 and FF. RGB value is (218,72,255). Sum of RGB (Red+Green+Blue) = 218+72+255=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA48FF is #25B700. Grayscale: #878787. Windows color (decimal): -2471681 or 16730330. OLE color: 16730330.

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

Color convert

RGB 218 72 255 -
CMYK 0.15 0.72 0 0
HSL 287.87º 1% 0.64% -
HSV(B) 287.87º 0.72% 1% -
XYZ 49.28 26.76 97.18 -
YUV 136.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 218 72 255 0.15 0.72 0 0 287.87 1 0.64
Hex DA 48 FF F 48 0 0 120 64 40
Octal 332 110 377 17 110 0 0 440 144 100
Binary 11011010 1001000 11111111 1111 1001000 0 0 100100000 1100100 1000000

Color Harmonies of #DA48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48FF

Black with #DA48FF

Text Example


Text Example

White with #DA48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48FF; }

 p { color: rgb(218,72,255); }

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

background-color css

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

 a { background-color: rgb(218,72,255); }

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

border-color css

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

 span { border-color: rgb(218,72,255); }

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