Html Css Color HEX #D55CEE Heliotrope

📋 copy color: '#D55CEE'

red 213 ◦ green 92 ◦ blue 238

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

Shades of Heliotrope #D55CEE

Tints of Heliotrope #D55CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 39.23%
G = 16.94%
B = 43.83%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55CEE (or 0xD55CEE) is known color: Heliotrope. HEX triplet: D5, 5C and EE. RGB value is (213,92,238). Sum of RGB (Red+Green+Blue) = 213+92+238=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #D55CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CEE is #2AA311. Grayscale: #909090. Windows color (decimal): -2794258 or 15621333. OLE color: 15621333.

HSL color Cylindrical-coordinate representation of color #D55CEE: hue angle of 289.73º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55CEE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 92 238 -
CMYK 0.11 0.61 0 0.07
HSL 289.73º 0.81% 0.65% -
HSV(B) 289.73º 0.61% 0.93% -
XYZ 46.7 27.97 83.83 -
YUV 144.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 213 92 238 0.11 0.61 0 0.07 289.73 0.81 0.65
Hex D5 5C EE B 3D 0 7 122 51 41
Octal 325 134 356 13 75 0 7 442 121 101
Binary 11010101 1011100 11101110 1011 111101 0 111 100100010 1010001 1000001

Color Harmonies of #D55CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CEE

Black with #D55CEE

Text Example


Text Example

White with #D55CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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