Html Css Color HEX #D695B3 Kobi

📋 copy color: '#D695B3'

red 214 ◦ green 149 ◦ blue 179

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

Shades of Kobi #D695B3

Tints of Kobi #D695B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 39.48%
G = 27.49%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D695B3 (or 0xD695B3) is known color: Kobi. HEX triplet: D6, 95 and B3. RGB value is (214,149,179). Sum of RGB (Red+Green+Blue) = 214+149+179=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D695B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695B3 is #296A4C. Grayscale: #ABABAB. Windows color (decimal): -2714189 or 11769302. OLE color: 11769302.

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

Color convert

RGB 214 149 179 -
CMYK 0 0.30 0.16 0.16
HSL 332.31º 0.44% 0.71% -
HSV(B) 332.31º 0.3% 0.84% -
XYZ 46.62 39.05 47.73 -
YUV 171.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 214 149 179 0 0.30 0.16 0.16 332.31 0.44 0.71
Hex D6 95 B3 0 1E 10 10 14C 2C 47
Octal 326 225 263 0 36 20 20 514 54 107
Binary 11010110 10010101 10110011 0 11110 10000 10000 101001100 101100 1000111

Color Harmonies of #D695B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695B3

Black with #D695B3

Text Example


Text Example

White with #D695B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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