Html Css Color HEX #D28AFB Heliotrope

📋 copy color: '#D28AFB'

red 210 ◦ green 138 ◦ blue 251

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

Shades of Heliotrope #D28AFB

Tints of Heliotrope #D28AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.04%

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 35.06%
G = 23.04%
B = 41.9%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D28AFB (or 0xD28AFB) is known color: Heliotrope. HEX triplet: D2, 8A and FB. RGB value is (210,138,251). Sum of RGB (Red+Green+Blue) = 210+138+251=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #D28AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AFB is #2D7504. Grayscale: #ACACAC. Windows color (decimal): -2979077 or 16485074. OLE color: 16485074.

HSL color Cylindrical-coordinate representation of color #D28AFB: hue angle of 278.23º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28AFB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 138 251 -
CMYK 0.16 0.45 0 0.02
HSL 278.23º 0.93% 0.76% -
HSV(B) 278.23º 0.45% 0.98% -
XYZ 53.08 38.84 95.97 -
YUV 172.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 210 138 251 0.16 0.45 0 0.02 278.23 0.93 0.76
Hex D2 8A FB 10 2D 0 2 116 5D 4C
Octal 322 212 373 20 55 0 2 426 135 114
Binary 11010010 10001010 11111011 10000 101101 0 10 100010110 1011101 1001100

Color Harmonies of #D28AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28AFB

Black with #D28AFB

Text Example


Text Example

White with #D28AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28AFB; }

 p { color: rgb(210,138,251); }

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

background-color css

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

 a { background-color: rgb(210,138,251); }

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

border-color css

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

 span { border-color: rgb(210,138,251); }

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