Html Css Color HEX #D28CFB Heliotrope

📋 copy color: '#D28CFB'

red 210 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #D28CFB

Tints of Heliotrope #D28CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.29%

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

R = 34.94%
G = 23.29%
B = 41.76%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D28CFB (or 0xD28CFB) is known color: Heliotrope. HEX triplet: D2, 8C and FB. RGB value is (210,140,251). Sum of RGB (Red+Green+Blue) = 210+140+251=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #D28CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CFB is #2D7304. Grayscale: #ADADAD. Windows color (decimal): -2978565 or 16485586. OLE color: 16485586.

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

Color convert

RGB 210 140 251 -
CMYK 0.16 0.44 0 0.02
HSL 277.84º 0.93% 0.77% -
HSV(B) 277.84º 0.44% 0.98% -
XYZ 53.37 39.42 96.06 -
YUV 173.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 210 140 251 0.16 0.44 0 0.02 277.84 0.93 0.77
Hex D2 8C FB 10 2C 0 2 116 5D 4D
Octal 322 214 373 20 54 0 2 426 135 115
Binary 11010010 10001100 11111011 10000 101100 0 10 100010110 1011101 1001101

Color Harmonies of #D28CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CFB

Black with #D28CFB

Text Example


Text Example

White with #D28CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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