Html Css Color HEX #D455FF Heliotrope

📋 copy color: '#D455FF'

red 212 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #D455FF

Tints of Heliotrope #D455FF

RGB

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

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

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

R = 38.41%
G = 15.4%
B = 46.2%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D455FF (or 0xD455FF) is known color: Heliotrope. HEX triplet: D4, 55 and FF. RGB value is (212,85,255). Sum of RGB (Red+Green+Blue) = 212+85+255=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D455FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FF is #2BAA00. Grayscale: #8D8D8D. Windows color (decimal): -2861569 or 16733652. OLE color: 16733652.

HSL color Cylindrical-coordinate representation of color #D455FF: hue angle of 284.82º 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 #D455FF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 85 255 -
CMYK 0.17 0.67 0 0
HSL 284.82º 1% 0.67% -
HSV(B) 284.82º 0.67% 1% -
XYZ 48.45 27.71 97.4 -
YUV 142.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 212 85 255 0.17 0.67 0 0 284.82 1 0.67
Hex D4 55 FF 11 43 0 0 11D 64 43
Octal 324 125 377 21 103 0 0 435 144 103
Binary 11010100 1010101 11111111 10001 1000011 0 0 100011101 1100100 1000011

Color Harmonies of #D455FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455FF

Black with #D455FF

Text Example


Text Example

White with #D455FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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