Html Css Color HEX #D485FF Heliotrope

📋 copy color: '#D485FF'

red 212 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #D485FF

Tints of Heliotrope #D485FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 35.33%
G = 22.17%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D485FF (or 0xD485FF) is known color: Heliotrope. HEX triplet: D4, 85 and FF. RGB value is (212,133,255). Sum of RGB (Red+Green+Blue) = 212+133+255=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #D485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485FF is #2B7A00. Grayscale: #AAAAAA. Windows color (decimal): -2849281 or 16745940. OLE color: 16745940.

HSL color Cylindrical-coordinate representation of color #D485FF: hue angle of 278.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D485FF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 133 255 -
CMYK 0.17 0.48 0 0
HSL 278.85º 1% 0.76% -
HSV(B) 278.85º 0.48% 1% -
XYZ 53.59 37.99 99.12 -
YUV 170.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 212 133 255 0.17 0.48 0 0 278.85 1 0.76
Hex D4 85 FF 11 30 0 0 117 64 4C
Octal 324 205 377 21 60 0 0 427 144 114
Binary 11010100 10000101 11111111 10001 110000 0 0 100010111 1100100 1001100

Color Harmonies of #D485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485FF

Black with #D485FF

Text Example


Text Example

White with #D485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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