Html Css Color HEX #D281ED Heliotrope

📋 copy color: '#D281ED'

red 210 ◦ green 129 ◦ blue 237

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

Shades of Heliotrope #D281ED

Tints of Heliotrope #D281ED

RGB

 RED value IS 210 (82.42% from 255) = 36.46%

 GREEN value IS 129 (50.78% from 255) = 22.4%

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 36.46%
G = 22.4%
B = 41.15%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D281ED (or 0xD281ED) is known color: Heliotrope. HEX triplet: D2, 81 and ED. RGB value is (210,129,237). Sum of RGB (Red+Green+Blue) = 210+129+237=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #D281ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281ED is #2D7E12. Grayscale: #A5A5A5. Windows color (decimal): -2981395 or 15565266. OLE color: 15565266.

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

Color convert

RGB 210 129 237 -
CMYK 0.11 0.46 0 0.07
HSL 285º 0.75% 0.72% -
HSV(B) 285º 0.46% 0.93% -
XYZ 49.71 35.52 84.36 -
YUV 165.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 210 129 237 0.11 0.46 0 0.07 285 0.75 0.72
Hex D2 81 ED B 2E 0 7 11D 4B 48
Octal 322 201 355 13 56 0 7 435 113 110
Binary 11010010 10000001 11101101 1011 101110 0 111 100011101 1001011 1001000

Color Harmonies of #D281ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281ED

Black with #D281ED

Text Example


Text Example

White with #D281ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281ED; }

 p { color: rgb(210,129,237); }

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

background-color css

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

 a { background-color: rgb(210,129,237); }

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

border-color css

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

 span { border-color: rgb(210,129,237); }

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