Html Css Color HEX #D685B1 Kobi

📋 copy color: '#D685B1'

red 214 ◦ green 133 ◦ blue 177

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

Shades of Kobi #D685B1

Tints of Kobi #D685B1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.38%

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

R = 40.84%
G = 25.38%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D685B1 (or 0xD685B1) is known color: Kobi. HEX triplet: D6, 85 and B1. RGB value is (214,133,177). Sum of RGB (Red+Green+Blue) = 214+133+177=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D685B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685B1 is #297A4E. Grayscale: #A2A2A2. Windows color (decimal): -2718287 or 11634134. OLE color: 11634134.

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

Color convert

RGB 214 133 177 -
CMYK 0 0.38 0.17 0.16
HSL 327.41º 0.5% 0.68% -
HSV(B) 327.41º 0.38% 0.84% -
XYZ 44.05 34.25 45.88 -
YUV 162.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 214 133 177 0 0.38 0.17 0.16 327.41 0.5 0.68
Hex D6 85 B1 0 26 11 10 147 32 44
Octal 326 205 261 0 46 21 20 507 62 104
Binary 11010110 10000101 10110001 0 100110 10001 10000 101000111 110010 1000100

Color Harmonies of #D685B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685B1

Black with #D685B1

Text Example


Text Example

White with #D685B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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