Html Css Color HEX #D074EE Heliotrope

📋 copy color: '#D074EE'

red 208 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #D074EE

Tints of Heliotrope #D074EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.64%

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

R = 37.01%
G = 20.64%
B = 42.35%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D074EE (or 0xD074EE) is known color: Heliotrope. HEX triplet: D0, 74 and EE. RGB value is (208,116,238). Sum of RGB (Red+Green+Blue) = 208+116+238=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D074EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074EE is #2F8B11. Grayscale: #9D9D9D. Windows color (decimal): -3115794 or 15627472. OLE color: 15627472.

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

Color convert

RGB 208 116 238 -
CMYK 0.13 0.51 0 0.07
HSL 285.25º 0.78% 0.69% -
HSV(B) 285.25º 0.51% 0.93% -
XYZ 47.69 32.07 84.57 -
YUV 157.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 208 116 238 0.13 0.51 0 0.07 285.25 0.78 0.69
Hex D0 74 EE D 33 0 7 11D 4E 45
Octal 320 164 356 15 63 0 7 435 116 105
Binary 11010000 1110100 11101110 1101 110011 0 111 100011101 1001110 1000101

Color Harmonies of #D074EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074EE

Black with #D074EE

Text Example


Text Example

White with #D074EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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