Html Css Color HEX #D35DEF Heliotrope

📋 copy color: '#D35DEF'

red 211 ◦ green 93 ◦ blue 239

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

Shades of Heliotrope #D35DEF

Tints of Heliotrope #D35DEF

RGB

 RED value IS 211 (82.81% from 255) = 38.86%

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 38.86%
G = 17.13%
B = 44.01%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D35DEF (or 0xD35DEF) is known color: Heliotrope. HEX triplet: D3, 5D and EF. RGB value is (211,93,239). Sum of RGB (Red+Green+Blue) = 211+93+239=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #D35DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DEF is #2CA210. Grayscale: #909090. Windows color (decimal): -2925073 or 15687123. OLE color: 15687123.

HSL color Cylindrical-coordinate representation of color #D35DEF: hue angle of 288.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35DEF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 93 239 -
CMYK 0.12 0.61 0 0.06
HSL 288.49º 0.82% 0.65% -
HSV(B) 288.49º 0.61% 0.94% -
XYZ 46.36 27.91 84.61 -
YUV 144.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 211 93 239 0.12 0.61 0 0.06 288.49 0.82 0.65
Hex D3 5D EF C 3D 0 6 120 52 41
Octal 323 135 357 14 75 0 6 440 122 101
Binary 11010011 1011101 11101111 1100 111101 0 110 100100000 1010010 1000001

Color Harmonies of #D35DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DEF

Black with #D35DEF

Text Example


Text Example

White with #D35DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DEF; }

 p { color: rgb(211,93,239); }

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

background-color css

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

 a { background-color: rgb(211,93,239); }

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

border-color css

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

 span { border-color: rgb(211,93,239); }

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