Html Css Color HEX #D55CFE Heliotrope

📋 copy color: '#D55CFE'

red 213 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #D55CFE

Tints of Heliotrope #D55CFE

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

 GREEN value IS 92 (36.33% from 255) = 16.46%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 38.1%
G = 16.46%
B = 45.44%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D55CFE (or 0xD55CFE) is known color: Heliotrope. HEX triplet: D5, 5C and FE. RGB value is (213,92,254). Sum of RGB (Red+Green+Blue) = 213+92+254=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D55CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFE is #2AA301. Grayscale: #929292. Windows color (decimal): -2794242 or 16669909. OLE color: 16669909.

HSL color Cylindrical-coordinate representation of color #D55CFE: hue angle of 284.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55CFE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 92 254 -
CMYK 0.16 0.64 0 0.00
HSL 284.81º 0.99% 0.68% -
HSV(B) 284.81º 0.64% 1% -
XYZ 49.16 28.96 96.76 -
YUV 146.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 213 92 254 0.16 0.64 0 0.00 284.81 0.99 0.68
Hex D5 5C FE 10 40 0 0 11D 63 44
Octal 325 134 376 20 100 0 0 435 143 104
Binary 11010101 1011100 11111110 10000 1000000 0 0 100011101 1100011 1000100

Color Harmonies of #D55CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFE

Black with #D55CFE

Text Example


Text Example

White with #D55CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFE; }

 p { color: rgb(213,92,254); }

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

background-color css

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

 a { background-color: rgb(213,92,254); }

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

border-color css

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

 span { border-color: rgb(213,92,254); }

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