Html Css Color HEX #D690B6 Shocking

📋 copy color: '#D690B6'

red 214 ◦ green 144 ◦ blue 182

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

Shades of Shocking #D690B6

Tints of Shocking #D690B6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 39.63%
G = 26.67%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D690B6 (or 0xD690B6) is known color: Shocking. HEX triplet: D6, 90 and B6. RGB value is (214,144,182). Sum of RGB (Red+Green+Blue) = 214+144+182=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D690B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690B6 is #296F49. Grayscale: #A9A9A9. Windows color (decimal): -2715466 or 11964630. OLE color: 11964630.

HSL color Cylindrical-coordinate representation of color #D690B6: hue angle of 327.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690B6 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 182 -
CMYK 0 0.33 0.15 0.16
HSL 327.43º 0.46% 0.7% -
HSV(B) 327.43º 0.33% 0.84% -
XYZ 46.15 37.62 49.09 -
YUV 169.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 214 144 182 0 0.33 0.15 0.16 327.43 0.46 0.7
Hex D6 90 B6 0 21 F 10 147 2E 46
Octal 326 220 266 0 41 17 20 507 56 106
Binary 11010110 10010000 10110110 0 100001 1111 10000 101000111 101110 1000110

Color Harmonies of #D690B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690B6

Black with #D690B6

Text Example


Text Example

White with #D690B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690B6; }

 p { color: rgb(214,144,182); }

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

background-color css

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

 a { background-color: rgb(214,144,182); }

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

border-color css

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

 span { border-color: rgb(214,144,182); }

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