Html Css Color HEX #D040FF Heliotrope

📋 copy color: '#D040FF'

red 208 ◦ green 64 ◦ blue 255

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

Shades of Heliotrope #D040FF

Tints of Heliotrope #D040FF

RGB

 RED value IS 208 (81.64% from 255) = 39.47%

 GREEN value IS 64 (25.39% from 255) = 12.14%

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

R = 39.47%
G = 12.14%
B = 48.39%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D040FF (or 0xD040FF) is known color: Heliotrope. HEX triplet: D0, 40 and FF. RGB value is (208,64,255). Sum of RGB (Red+Green+Blue) = 208+64+255=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #D040FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FF is #2FBF00. Grayscale: #808080. Windows color (decimal): -3129089 or 16728272. OLE color: 16728272.

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

Color convert

RGB 208 64 255 -
CMYK 0.18 0.75 0 0
HSL 285.24º 1% 0.63% -
HSV(B) 285.24º 0.75% 1% -
XYZ 45.9 24.3 96.88 -
YUV 128.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 208 64 255 0.18 0.75 0 0 285.24 1 0.63
Hex D0 40 FF 12 4B 0 0 11D 64 3F
Octal 320 100 377 22 113 0 0 435 144 77
Binary 11010000 1000000 11111111 10010 1001011 0 0 100011101 1100100 111111

Color Harmonies of #D040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040FF

Black with #D040FF

Text Example


Text Example

White with #D040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040FF; }

 p { color: rgb(208,64,255); }

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

background-color css

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

 a { background-color: rgb(208,64,255); }

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

border-color css

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

 span { border-color: rgb(208,64,255); }

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