Html Css Color HEX #D485EE Heliotrope

📋 copy color: '#D485EE'

red 212 ◦ green 133 ◦ blue 238

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

Shades of Heliotrope #D485EE

Tints of Heliotrope #D485EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.81%

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

R = 36.36%
G = 22.81%
B = 40.82%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D485EE (or 0xD485EE) is known color: Heliotrope. HEX triplet: D4, 85 and EE. RGB value is (212,133,238). Sum of RGB (Red+Green+Blue) = 212+133+238=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #D485EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485EE is #2B7A11. Grayscale: #A8A8A8. Windows color (decimal): -2849298 or 15631828. OLE color: 15631828.

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

Color convert

RGB 212 133 238 -
CMYK 0.11 0.44 0 0.07
HSL 285.14º 0.76% 0.73% -
HSV(B) 285.14º 0.44% 0.93% -
XYZ 50.97 36.95 85.33 -
YUV 168.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 212 133 238 0.11 0.44 0 0.07 285.14 0.76 0.73
Hex D4 85 EE B 2C 0 7 11D 4C 49
Octal 324 205 356 13 54 0 7 435 114 111
Binary 11010100 10000101 11101110 1011 101100 0 111 100011101 1001100 1001001

Color Harmonies of #D485EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485EE

Black with #D485EE

Text Example


Text Example

White with #D485EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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