Html Css Color HEX #D88CEE Violet

📋 copy color: '#D88CEE'

red 216 ◦ green 140 ◦ blue 238

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

Shades of Violet #D88CEE

Tints of Violet #D88CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 36.36%
G = 23.57%
B = 40.07%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D88CEE (or 0xD88CEE) is known color: Violet. HEX triplet: D8, 8C and EE. RGB value is (216,140,238). Sum of RGB (Red+Green+Blue) = 216+140+238=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D88CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CEE is #277311. Grayscale: #ADADAD. Windows color (decimal): -2585362 or 15633624. OLE color: 15633624.

HSL color Cylindrical-coordinate representation of color #D88CEE: hue angle of 286.53º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88CEE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 140 238 -
CMYK 0.09 0.41 0 0.07
HSL 286.53º 0.74% 0.74% -
HSV(B) 286.53º 0.41% 0.93% -
XYZ 53.13 39.53 85.72 -
YUV 173.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 216 140 238 0.09 0.41 0 0.07 286.53 0.74 0.74
Hex D8 8C EE 9 29 0 7 11F 4A 4A
Octal 330 214 356 11 51 0 7 437 112 112
Binary 11011000 10001100 11101110 1001 101001 0 111 100011111 1001010 1001010

Color Harmonies of #D88CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CEE

Black with #D88CEE

Text Example


Text Example

White with #D88CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CEE; }

 p { color: rgb(216,140,238); }

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

background-color css

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

 a { background-color: rgb(216,140,238); }

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

border-color css

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

 span { border-color: rgb(216,140,238); }

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