Html Css Color HEX #D695B4 Kobi

📋 copy color: '#D695B4'

red 214 ◦ green 149 ◦ blue 180

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

Shades of Kobi #D695B4

Tints of Kobi #D695B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.15%

R = 39.41%
G = 27.44%
B = 33.15%

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

#D695B4 (or 0xD695B4) is known color: Kobi. HEX triplet: D6, 95 and B4. RGB value is (214,149,180). Sum of RGB (Red+Green+Blue) = 214+149+180=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D695B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695B4 is #296A4B. Grayscale: #ABABAB. Windows color (decimal): -2714188 or 11834838. OLE color: 11834838.

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

Color convert

RGB 214 149 180 -
CMYK 0 0.30 0.16 0.16
HSL 331.38º 0.44% 0.71% -
HSV(B) 331.38º 0.3% 0.84% -
XYZ 46.72 39.09 48.26 -
YUV 171.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 214 149 180 0 0.30 0.16 0.16 331.38 0.44 0.71
Hex D6 95 B4 0 1E 10 10 14B 2C 47
Octal 326 225 264 0 36 20 20 513 54 107
Binary 11010110 10010101 10110100 0 11110 10000 10000 101001011 101100 1000111

Color Harmonies of #D695B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695B4

Black with #D695B4

Text Example


Text Example

White with #D695B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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