Html Css Color HEX #D685B2 Kobi

📋 copy color: '#D685B2'

red 214 ◦ green 133 ◦ blue 178

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

Shades of Kobi #D685B2

Tints of Kobi #D685B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 40.76%
G = 25.33%
B = 33.9%

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

#D685B2 (or 0xD685B2) is known color: Kobi. HEX triplet: D6, 85 and B2. RGB value is (214,133,178). Sum of RGB (Red+Green+Blue) = 214+133+178=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D685B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685B2 is #297A4D. Grayscale: #A2A2A2. Windows color (decimal): -2718286 or 11699670. OLE color: 11699670.

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

Color convert

RGB 214 133 178 -
CMYK 0 0.38 0.17 0.16
HSL 326.67º 0.5% 0.68% -
HSV(B) 326.67º 0.38% 0.84% -
XYZ 44.15 34.29 46.41 -
YUV 162.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 214 133 178 0 0.38 0.17 0.16 326.67 0.5 0.68
Hex D6 85 B2 0 26 11 10 147 32 44
Octal 326 205 262 0 46 21 20 507 62 104
Binary 11010110 10000101 10110010 0 100110 10001 10000 101000111 110010 1000100

Color Harmonies of #D685B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685B2

Black with #D685B2

Text Example


Text Example

White with #D685B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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