Html Css Color HEX #D081F0 Heliotrope

📋 copy color: '#D081F0'

red 208 ◦ green 129 ◦ blue 240

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

Shades of Heliotrope #D081F0

Tints of Heliotrope #D081F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.36%

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 36.05%
G = 22.36%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D081F0 (or 0xD081F0) is known color: Heliotrope. HEX triplet: D0, 81 and F0. RGB value is (208,129,240). Sum of RGB (Red+Green+Blue) = 208+129+240=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #D081F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081F0 is #2F7E0F. Grayscale: #A4A4A4. Windows color (decimal): -3112464 or 15761872. OLE color: 15761872.

HSL color Cylindrical-coordinate representation of color #D081F0: hue angle of 282.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081F0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 129 240 -
CMYK 0.13 0.46 0 0.06
HSL 282.7º 0.79% 0.72% -
HSV(B) 282.7º 0.46% 0.94% -
XYZ 49.59 35.4 86.66 -
YUV 165.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 208 129 240 0.13 0.46 0 0.06 282.7 0.79 0.72
Hex D0 81 F0 D 2E 0 6 11B 4F 48
Octal 320 201 360 15 56 0 6 433 117 110
Binary 11010000 10000001 11110000 1101 101110 0 110 100011011 1001111 1001000

Color Harmonies of #D081F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081F0

Black with #D081F0

Text Example


Text Example

White with #D081F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081F0; }

 p { color: rgb(208,129,240); }

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

background-color css

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

 a { background-color: rgb(208,129,240); }

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

border-color css

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

 span { border-color: rgb(208,129,240); }

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