Html Css Color HEX #D88DFC Heliotrope

📋 copy color: '#D88DFC'

red 216 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D88DFC

Tints of Heliotrope #D88DFC

RGB

 RED value IS 216 (84.77% from 255) = 35.47%

 GREEN value IS 141 (55.47% from 255) = 23.15%

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 35.47%
G = 23.15%
B = 41.38%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D88DFC (or 0xD88DFC) is known color: Heliotrope. HEX triplet: D8, 8D and FC. RGB value is (216,141,252). Sum of RGB (Red+Green+Blue) = 216+141+252=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D88DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DFC is #277203. Grayscale: #AFAFAF. Windows color (decimal): -2585092 or 16551384. OLE color: 16551384.

HSL color Cylindrical-coordinate representation of color #D88DFC: hue angle of 280.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88DFC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 141 252 -
CMYK 0.14 0.44 0 0.01
HSL 280.54º 0.95% 0.77% -
HSV(B) 280.54º 0.44% 0.99% -
XYZ 55.41 40.68 97.03 -
YUV 176.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 216 141 252 0.14 0.44 0 0.01 280.54 0.95 0.77
Hex D8 8D FC E 2C 0 1 119 5F 4D
Octal 330 215 374 16 54 0 1 431 137 115
Binary 11011000 10001101 11111100 1110 101100 0 1 100011001 1011111 1001101

Color Harmonies of #D88DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DFC

Black with #D88DFC

Text Example


Text Example

White with #D88DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DFC; }

 p { color: rgb(216,141,252); }

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

background-color css

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

 a { background-color: rgb(216,141,252); }

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

border-color css

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

 span { border-color: rgb(216,141,252); }

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