Html Css Color HEX #D68ABB Shocking

📋 copy color: '#D68ABB'

red 214 ◦ green 138 ◦ blue 187

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

Shades of Shocking #D68ABB

Tints of Shocking #D68ABB

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 39.7%
G = 25.6%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D68ABB (or 0xD68ABB) is known color: Shocking. HEX triplet: D6, 8A and BB. RGB value is (214,138,187). Sum of RGB (Red+Green+Blue) = 214+138+187=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ABB is #297544. Grayscale: #A6A6A6. Windows color (decimal): -2716997 or 12290774. OLE color: 12290774.

HSL color Cylindrical-coordinate representation of color #D68ABB: hue angle of 321.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ABB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 187 -
CMYK 0 0.36 0.13 0.16
HSL 321.32º 0.48% 0.69% -
HSV(B) 321.32º 0.36% 0.84% -
XYZ 45.79 36.06 51.56 -
YUV 166.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 214 138 187 0 0.36 0.13 0.16 321.32 0.48 0.69
Hex D6 8A BB 0 24 D 10 141 30 45
Octal 326 212 273 0 44 15 20 501 60 105
Binary 11010110 10001010 10111011 0 100100 1101 10000 101000001 110000 1000101

Color Harmonies of #D68ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ABB

Black with #D68ABB

Text Example


Text Example

White with #D68ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ABB; }

 p { color: rgb(214,138,187); }

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

background-color css

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

 a { background-color: rgb(214,138,187); }

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

border-color css

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

 span { border-color: rgb(214,138,187); }

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