Html Css Color HEX #D65DEE Heliotrope

📋 copy color: '#D65DEE'

red 214 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #D65DEE

Tints of Heliotrope #D65DEE

RGB

 RED value IS 214 (83.98% from 255) = 39.27%

 GREEN value IS 93 (36.72% from 255) = 17.06%

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

R = 39.27%
G = 17.06%
B = 43.67%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D65DEE (or 0xD65DEE) is known color: Heliotrope. HEX triplet: D6, 5D and EE. RGB value is (214,93,238). Sum of RGB (Red+Green+Blue) = 214+93+238=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D65DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DEE is #29A211. Grayscale: #919191. Windows color (decimal): -2728466 or 15621590. OLE color: 15621590.

HSL color Cylindrical-coordinate representation of color #D65DEE: hue angle of 290.07º 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 #D65DEE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 93 238 -
CMYK 0.10 0.61 0 0.07
HSL 290.07º 0.81% 0.65% -
HSV(B) 290.07º 0.61% 0.93% -
XYZ 47.08 28.3 83.87 -
YUV 145.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 214 93 238 0.10 0.61 0 0.07 290.07 0.81 0.65
Hex D6 5D EE A 3D 0 7 122 51 41
Octal 326 135 356 12 75 0 7 442 121 101
Binary 11010110 1011101 11101110 1010 111101 0 111 100100010 1010001 1000001

Color Harmonies of #D65DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DEE

Black with #D65DEE

Text Example


Text Example

White with #D65DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DEE; }

 p { color: rgb(214,93,238); }

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

background-color css

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

 a { background-color: rgb(214,93,238); }

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

border-color css

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

 span { border-color: rgb(214,93,238); }

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