Html Css Color HEX #D68AB2 Kobi

📋 copy color: '#D68AB2'

red 214 ◦ green 138 ◦ blue 178

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

Shades of Kobi #D68AB2

Tints of Kobi #D68AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

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

R = 40.38%
G = 26.04%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D68AB2 (or 0xD68AB2) is known color: Kobi. HEX triplet: D6, 8A and B2. RGB value is (214,138,178). Sum of RGB (Red+Green+Blue) = 214+138+178=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AB2 is #29754D. Grayscale: #A5A5A5. Windows color (decimal): -2717006 or 11700950. OLE color: 11700950.

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

Color convert

RGB 214 138 178 -
CMYK 0 0.36 0.17 0.16
HSL 328.42º 0.48% 0.69% -
HSV(B) 328.42º 0.36% 0.84% -
XYZ 44.86 35.69 46.64 -
YUV 165.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 214 138 178 0 0.36 0.17 0.16 328.42 0.48 0.69
Hex D6 8A B2 0 24 11 10 148 30 45
Octal 326 212 262 0 44 21 20 510 60 105
Binary 11010110 10001010 10110010 0 100100 10001 10000 101001000 110000 1000101

Color Harmonies of #D68AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AB2

Black with #D68AB2

Text Example


Text Example

White with #D68AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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