Html Css Color HEX #D690B9 Shocking

📋 copy color: '#D690B9'

red 214 ◦ green 144 ◦ blue 185

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

Shades of Shocking #D690B9

Tints of Shocking #D690B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 39.41%
G = 26.52%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D690B9 (or 0xD690B9) is known color: Shocking. HEX triplet: D6, 90 and B9. RGB value is (214,144,185). Sum of RGB (Red+Green+Blue) = 214+144+185=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D690B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690B9 is #296F46. Grayscale: #A9A9A9. Windows color (decimal): -2715463 or 12161238. OLE color: 12161238.

HSL color Cylindrical-coordinate representation of color #D690B9: hue angle of 324.86º 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 #D690B9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 185 -
CMYK 0 0.33 0.14 0.16
HSL 324.86º 0.46% 0.7% -
HSV(B) 324.86º 0.33% 0.84% -
XYZ 46.46 37.75 50.74 -
YUV 169.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 214 144 185 0 0.33 0.14 0.16 324.86 0.46 0.7
Hex D6 90 B9 0 21 E 10 145 2E 46
Octal 326 220 271 0 41 16 20 505 56 106
Binary 11010110 10010000 10111001 0 100001 1110 10000 101000101 101110 1000110

Color Harmonies of #D690B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690B9

Black with #D690B9

Text Example


Text Example

White with #D690B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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