Html Css Color HEX #D481EB Heliotrope

📋 copy color: '#D481EB'

red 212 ◦ green 129 ◦ blue 235

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

Shades of Heliotrope #D481EB

Tints of Heliotrope #D481EB

RGB

 RED value IS 212 (83.2% from 255) = 36.81%

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 36.81%
G = 22.4%
B = 40.8%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D481EB (or 0xD481EB) is known color: Heliotrope. HEX triplet: D4, 81 and EB. RGB value is (212,129,235). Sum of RGB (Red+Green+Blue) = 212+129+235=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #D481EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481EB is #2B7E14. Grayscale: #A5A5A5. Windows color (decimal): -2850325 or 15434196. OLE color: 15434196.

HSL color Cylindrical-coordinate representation of color #D481EB: hue angle of 286.98º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D481EB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 129 235 -
CMYK 0.10 0.45 0 0.08
HSL 286.98º 0.73% 0.71% -
HSV(B) 286.98º 0.45% 0.92% -
XYZ 50 35.7 82.85 -
YUV 165.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 212 129 235 0.10 0.45 0 0.08 286.98 0.73 0.71
Hex D4 81 EB A 2D 0 8 11F 49 47
Octal 324 201 353 12 55 0 10 437 111 107
Binary 11010100 10000001 11101011 1010 101101 0 1000 100011111 1001001 1000111

Color Harmonies of #D481EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481EB

Black with #D481EB

Text Example


Text Example

White with #D481EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481EB; }

 p { color: rgb(212,129,235); }

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

background-color css

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

 a { background-color: rgb(212,129,235); }

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

border-color css

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

 span { border-color: rgb(212,129,235); }

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