Html Css Color HEX #D55CFD Heliotrope

📋 copy color: '#D55CFD'

red 213 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #D55CFD

Tints of Heliotrope #D55CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 38.17%
G = 16.49%
B = 45.34%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D55CFD (or 0xD55CFD) is known color: Heliotrope. HEX triplet: D5, 5C and FD. RGB value is (213,92,253). Sum of RGB (Red+Green+Blue) = 213+92+253=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFD is #2AA302. Grayscale: #929292. Windows color (decimal): -2794243 or 16604373. OLE color: 16604373.

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

Color convert

RGB 213 92 253 -
CMYK 0.16 0.64 0 0.01
HSL 285.09º 0.98% 0.68% -
HSV(B) 285.09º 0.64% 0.99% -
XYZ 49 28.89 95.92 -
YUV 146.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 213 92 253 0.16 0.64 0 0.01 285.09 0.98 0.68
Hex D5 5C FD 10 40 0 1 11D 62 44
Octal 325 134 375 20 100 0 1 435 142 104
Binary 11010101 1011100 11111101 10000 1000000 0 1 100011101 1100010 1000100

Color Harmonies of #D55CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFD

Black with #D55CFD

Text Example


Text Example

White with #D55CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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