Html Css Color HEX #D696B2 Kobi

📋 copy color: '#D696B2'

red 214 ◦ green 150 ◦ blue 178

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

Shades of Kobi #D696B2

Tints of Kobi #D696B2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.68%

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

R = 39.48%
G = 27.68%
B = 32.84%

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

#D696B2 (or 0xD696B2) is known color: Kobi. HEX triplet: D6, 96 and B2. RGB value is (214,150,178). Sum of RGB (Red+Green+Blue) = 214+150+178=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696B2 is #29694D. Grayscale: #ACACAC. Windows color (decimal): -2713934 or 11704022. OLE color: 11704022.

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

Color convert

RGB 214 150 178 -
CMYK 0 0.30 0.17 0.16
HSL 333.75º 0.44% 0.71% -
HSV(B) 333.75º 0.3% 0.84% -
XYZ 46.67 39.32 47.25 -
YUV 172.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 214 150 178 0 0.30 0.17 0.16 333.75 0.44 0.71
Hex D6 96 B2 0 1E 11 10 14E 2C 47
Octal 326 226 262 0 36 21 20 516 54 107
Binary 11010110 10010110 10110010 0 11110 10001 10000 101001110 101100 1000111

Color Harmonies of #D696B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696B2

Black with #D696B2

Text Example


Text Example

White with #D696B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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