Html Css Color HEX #D55FFD Heliotrope

📋 copy color: '#D55FFD'

red 213 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D55FFD

Tints of Heliotrope #D55FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.93%

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

R = 37.97%
G = 16.93%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D55FFD (or 0xD55FFD) is known color: Heliotrope. HEX triplet: D5, 5F and FD. RGB value is (213,95,253). Sum of RGB (Red+Green+Blue) = 213+95+253=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FFD is #2AA002. Grayscale: #939393. Windows color (decimal): -2793475 or 16605141. OLE color: 16605141.

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

Color convert

RGB 213 95 253 -
CMYK 0.16 0.62 0 0.01
HSL 284.81º 0.98% 0.68% -
HSV(B) 284.81º 0.62% 0.99% -
XYZ 49.26 29.42 96.01 -
YUV 148.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 213 95 253 0.16 0.62 0 0.01 284.81 0.98 0.68
Hex D5 5F FD 10 3E 0 1 11D 62 44
Octal 325 137 375 20 76 0 1 435 142 104
Binary 11010101 1011111 11111101 10000 111110 0 1 100011101 1100010 1000100

Color Harmonies of #D55FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FFD

Black with #D55FFD

Text Example


Text Example

White with #D55FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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