Html Css Color HEX #D696B4 Kobi

📋 copy color: '#D696B4'

red 214 ◦ green 150 ◦ blue 180

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

Shades of Kobi #D696B4

Tints of Kobi #D696B4

RGB

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

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

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

R = 39.34%
G = 27.57%
B = 33.09%

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

#D696B4 (or 0xD696B4) is known color: Kobi. HEX triplet: D6, 96 and B4. RGB value is (214,150,180). Sum of RGB (Red+Green+Blue) = 214+150+180=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696B4 is #29694B. Grayscale: #ACACAC. Windows color (decimal): -2713932 or 11835094. OLE color: 11835094.

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

Color convert

RGB 214 150 180 -
CMYK 0 0.30 0.16 0.16
HSL 331.88º 0.44% 0.71% -
HSV(B) 331.88º 0.3% 0.84% -
XYZ 46.88 39.4 48.32 -
YUV 172.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 214 150 180 0 0.30 0.16 0.16 331.88 0.44 0.71
Hex D6 96 B4 0 1E 10 10 14C 2C 47
Octal 326 226 264 0 36 20 20 514 54 107
Binary 11010110 10010110 10110100 0 11110 10000 10000 101001100 101100 1000111

Color Harmonies of #D696B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696B4

Black with #D696B4

Text Example


Text Example

White with #D696B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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