Html Css Color HEX #D68BB2 Kobi

📋 copy color: '#D68BB2'

red 214 ◦ green 139 ◦ blue 178

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

Shades of Kobi #D68BB2

Tints of Kobi #D68BB2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.18%

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

R = 40.3%
G = 26.18%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D68BB2 (or 0xD68BB2) is known color: Kobi. HEX triplet: D6, 8B and B2. RGB value is (214,139,178). Sum of RGB (Red+Green+Blue) = 214+139+178=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68BB2 is #29744D. Grayscale: #A5A5A5. Windows color (decimal): -2716750 or 11701206. OLE color: 11701206.

HSL color Cylindrical-coordinate representation of color #D68BB2: hue angle of 328.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BB2 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 139 178 -
CMYK 0 0.35 0.17 0.16
HSL 328.8º 0.48% 0.69% -
HSV(B) 328.8º 0.35% 0.84% -
XYZ 45 35.98 46.69 -
YUV 165.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 214 139 178 0 0.35 0.17 0.16 328.8 0.48 0.69
Hex D6 8B B2 0 23 11 10 149 30 45
Octal 326 213 262 0 43 21 20 511 60 105
Binary 11010110 10001011 10110010 0 100011 10001 10000 101001001 110000 1000101

Color Harmonies of #D68BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BB2

Black with #D68BB2

Text Example


Text Example

White with #D68BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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