Html Css Color HEX #D255FF Heliotrope

📋 copy color: '#D255FF'

red 210 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #D255FF

Tints of Heliotrope #D255FF

RGB

 RED value IS 210 (82.42% from 255) = 38.18%

 GREEN value IS 85 (33.59% from 255) = 15.45%

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

R = 38.18%
G = 15.45%
B = 46.36%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D255FF (or 0xD255FF) is known color: Heliotrope. HEX triplet: D2, 55 and FF. RGB value is (210,85,255). Sum of RGB (Red+Green+Blue) = 210+85+255=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #D255FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255FF is #2DAA00. Grayscale: #8D8D8D. Windows color (decimal): -2992641 or 16733650. OLE color: 16733650.

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

Color convert

RGB 210 85 255 -
CMYK 0.18 0.67 0 0
HSL 284.12º 1% 0.67% -
HSV(B) 284.12º 0.67% 1% -
XYZ 47.88 27.42 97.38 -
YUV 141.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 210 85 255 0.18 0.67 0 0 284.12 1 0.67
Hex D2 55 FF 12 43 0 0 11C 64 43
Octal 322 125 377 22 103 0 0 434 144 103
Binary 11010010 1010101 11111111 10010 1000011 0 0 100011100 1100100 1000011

Color Harmonies of #D255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255FF

Black with #D255FF

Text Example


Text Example

White with #D255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255FF; }

 p { color: rgb(210,85,255); }

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

background-color css

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

 a { background-color: rgb(210,85,255); }

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

border-color css

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

 span { border-color: rgb(210,85,255); }

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