Html Css Color HEX #D55CFA Heliotrope

📋 copy color: '#D55CFA'

red 213 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #D55CFA

Tints of Heliotrope #D55CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 38.38%
G = 16.58%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55CFA (or 0xD55CFA) is known color: Heliotrope. HEX triplet: D5, 5C and FA. RGB value is (213,92,250). Sum of RGB (Red+Green+Blue) = 213+92+250=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #D55CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFA is #2AA305. Grayscale: #919191. Windows color (decimal): -2794246 or 16407765. OLE color: 16407765.

HSL color Cylindrical-coordinate representation of color #D55CFA: hue angle of 285.95º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55CFA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 92 250 -
CMYK 0.15 0.63 0 0.02
HSL 285.95º 0.94% 0.67% -
HSV(B) 285.95º 0.63% 0.98% -
XYZ 48.52 28.7 93.43 -
YUV 146.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 213 92 250 0.15 0.63 0 0.02 285.95 0.94 0.67
Hex D5 5C FA F 3F 0 2 11E 5E 43
Octal 325 134 372 17 77 0 2 436 136 103
Binary 11010101 1011100 11111010 1111 111111 0 10 100011110 1011110 1000011

Color Harmonies of #D55CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFA

Black with #D55CFA

Text Example


Text Example

White with #D55CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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