Html Css Color HEX #D674EB Heliotrope

📋 copy color: '#D674EB'

red 214 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #D674EB

Tints of Heliotrope #D674EB

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

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

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 37.88%
G = 20.53%
B = 41.59%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D674EB (or 0xD674EB) is known color: Heliotrope. HEX triplet: D6, 74 and EB. RGB value is (214,116,235). Sum of RGB (Red+Green+Blue) = 214+116+235=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D674EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EB is #298B14. Grayscale: #9E9E9E. Windows color (decimal): -2722581 or 15430870. OLE color: 15430870.

HSL color Cylindrical-coordinate representation of color #D674EB: hue angle of 289.41º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D674EB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 116 235 -
CMYK 0.09 0.51 0 0.08
HSL 289.41º 0.75% 0.69% -
HSV(B) 289.41º 0.51% 0.92% -
XYZ 48.97 32.79 82.34 -
YUV 158.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 214 116 235 0.09 0.51 0 0.08 289.41 0.75 0.69
Hex D6 74 EB 9 33 0 8 121 4B 45
Octal 326 164 353 11 63 0 10 441 113 105
Binary 11010110 1110100 11101011 1001 110011 0 1000 100100001 1001011 1000101

Color Harmonies of #D674EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674EB

Black with #D674EB

Text Example


Text Example

White with #D674EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674EB; }

 p { color: rgb(214,116,235); }

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

background-color css

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

 a { background-color: rgb(214,116,235); }

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

border-color css

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

 span { border-color: rgb(214,116,235); }

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