Html Css Color HEX #D28EFB Heliotrope

📋 copy color: '#D28EFB'

red 210 ◦ green 142 ◦ blue 251

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

Shades of Heliotrope #D28EFB

Tints of Heliotrope #D28EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.55%

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

R = 34.83%
G = 23.55%
B = 41.63%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D28EFB (or 0xD28EFB) is known color: Heliotrope. HEX triplet: D2, 8E and FB. RGB value is (210,142,251). Sum of RGB (Red+Green+Blue) = 210+142+251=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #D28EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EFB is #2D7104. Grayscale: #AEAEAE. Windows color (decimal): -2978053 or 16486098. OLE color: 16486098.

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

Color convert

RGB 210 142 251 -
CMYK 0.16 0.43 0 0.02
HSL 277.43º 0.93% 0.77% -
HSV(B) 277.43º 0.43% 0.98% -
XYZ 53.66 40.01 96.16 -
YUV 174.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 210 142 251 0.16 0.43 0 0.02 277.43 0.93 0.77
Hex D2 8E FB 10 2B 0 2 115 5D 4D
Octal 322 216 373 20 53 0 2 425 135 115
Binary 11010010 10001110 11111011 10000 101011 0 10 100010101 1011101 1001101

Color Harmonies of #D28EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EFB

Black with #D28EFB

Text Example


Text Example

White with #D28EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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