Html Css Color HEX #D695B2 Kobi

📋 copy color: '#D695B2'

red 214 ◦ green 149 ◦ blue 178

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

Shades of Kobi #D695B2

Tints of Kobi #D695B2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.54%

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

R = 39.56%
G = 27.54%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D695B2 (or 0xD695B2) is known color: Kobi. HEX triplet: D6, 95 and B2. RGB value is (214,149,178). Sum of RGB (Red+Green+Blue) = 214+149+178=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D695B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695B2 is #296A4D. Grayscale: #ABABAB. Windows color (decimal): -2714190 or 11703766. OLE color: 11703766.

HSL color Cylindrical-coordinate representation of color #D695B2: hue angle of 333.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695B2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 178 -
CMYK 0 0.30 0.17 0.16
HSL 333.23º 0.44% 0.71% -
HSV(B) 333.23º 0.3% 0.84% -
XYZ 46.51 39.01 47.2 -
YUV 171.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 214 149 178 0 0.30 0.17 0.16 333.23 0.44 0.71
Hex D6 95 B2 0 1E 11 10 14D 2C 47
Octal 326 225 262 0 36 21 20 515 54 107
Binary 11010110 10010101 10110010 0 11110 10001 10000 101001101 101100 1000111

Color Harmonies of #D695B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695B2

Black with #D695B2

Text Example


Text Example

White with #D695B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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