Html Css Color HEX #D469EE Heliotrope

📋 copy color: '#D469EE'

red 212 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #D469EE

Tints of Heliotrope #D469EE

RGB

 RED value IS 212 (83.2% from 255) = 38.2%

 GREEN value IS 105 (41.41% from 255) = 18.92%

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

R = 38.2%
G = 18.92%
B = 42.88%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D469EE (or 0xD469EE) is known color: Heliotrope. HEX triplet: D4, 69 and EE. RGB value is (212,105,238). Sum of RGB (Red+Green+Blue) = 212+105+238=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #D469EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469EE is #2B9611. Grayscale: #979797. Windows color (decimal): -2856466 or 15624660. OLE color: 15624660.

HSL color Cylindrical-coordinate representation of color #D469EE: hue angle of 288.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D469EE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 105 238 -
CMYK 0.11 0.56 0 0.07
HSL 288.27º 0.8% 0.67% -
HSV(B) 288.27º 0.56% 0.93% -
XYZ 47.64 30.27 84.22 -
YUV 152.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 212 105 238 0.11 0.56 0 0.07 288.27 0.8 0.67
Hex D4 69 EE B 38 0 7 120 50 43
Octal 324 151 356 13 70 0 7 440 120 103
Binary 11010100 1101001 11101110 1011 111000 0 111 100100000 1010000 1000011

Color Harmonies of #D469EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469EE

Black with #D469EE

Text Example


Text Example

White with #D469EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469EE; }

 p { color: rgb(212,105,238); }

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

background-color css

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

 a { background-color: rgb(212,105,238); }

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

border-color css

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

 span { border-color: rgb(212,105,238); }

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