Html Css Color HEX #D071EE Heliotrope

📋 copy color: '#D071EE'

red 208 ◦ green 113 ◦ blue 238

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

Shades of Heliotrope #D071EE

Tints of Heliotrope #D071EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 37.21%
G = 20.21%
B = 42.58%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D071EE (or 0xD071EE) is known color: Heliotrope. HEX triplet: D0, 71 and EE. RGB value is (208,113,238). Sum of RGB (Red+Green+Blue) = 208+113+238=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #D071EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071EE is #2F8E11. Grayscale: #9B9B9B. Windows color (decimal): -3116562 or 15626704. OLE color: 15626704.

HSL color Cylindrical-coordinate representation of color #D071EE: hue angle of 285.6º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D071EE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 113 238 -
CMYK 0.13 0.53 0 0.07
HSL 285.6º 0.79% 0.69% -
HSV(B) 285.6º 0.53% 0.93% -
XYZ 47.35 31.39 84.45 -
YUV 155.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 208 113 238 0.13 0.53 0 0.07 285.6 0.79 0.69
Hex D0 71 EE D 35 0 7 11E 4F 45
Octal 320 161 356 15 65 0 7 436 117 105
Binary 11010000 1110001 11101110 1101 110101 0 111 100011110 1001111 1000101

Color Harmonies of #D071EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071EE

Black with #D071EE

Text Example


Text Example

White with #D071EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071EE; }

 p { color: rgb(208,113,238); }

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

background-color css

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

 a { background-color: rgb(208,113,238); }

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

border-color css

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

 span { border-color: rgb(208,113,238); }

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