Html Css Color HEX #D682B1 Kobi

📋 copy color: '#D682B1'

red 214 ◦ green 130 ◦ blue 177

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

Shades of Kobi #D682B1

Tints of Kobi #D682B1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.95%

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 41.07%
G = 24.95%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D682B1 (or 0xD682B1) is known color: Kobi. HEX triplet: D6, 82 and B1. RGB value is (214,130,177). Sum of RGB (Red+Green+Blue) = 214+130+177=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682B1 is #297D4E. Grayscale: #A0A0A0. Windows color (decimal): -2719055 or 11633366. OLE color: 11633366.

HSL color Cylindrical-coordinate representation of color #D682B1: hue angle of 326.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682B1 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 177 -
CMYK 0 0.39 0.17 0.16
HSL 326.43º 0.51% 0.67% -
HSV(B) 326.43º 0.39% 0.84% -
XYZ 43.65 33.44 45.75 -
YUV 160.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 214 130 177 0 0.39 0.17 0.16 326.43 0.51 0.67
Hex D6 82 B1 0 27 11 10 146 33 43
Octal 326 202 261 0 47 21 20 506 63 103
Binary 11010110 10000010 10110001 0 100111 10001 10000 101000110 110011 1000011

Color Harmonies of #D682B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682B1

Black with #D682B1

Text Example


Text Example

White with #D682B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682B1; }

 p { color: rgb(214,130,177); }

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

background-color css

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

 a { background-color: rgb(214,130,177); }

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

border-color css

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

 span { border-color: rgb(214,130,177); }

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