Html Css Color HEX #D68AB4 Kobi

📋 copy color: '#D68AB4'

red 214 ◦ green 138 ◦ blue 180

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

Shades of Kobi #D68AB4

Tints of Kobi #D68AB4

RGB

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

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

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

R = 40.23%
G = 25.94%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D68AB4 (or 0xD68AB4) is known color: Kobi. HEX triplet: D6, 8A and B4. RGB value is (214,138,180). Sum of RGB (Red+Green+Blue) = 214+138+180=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AB4 is #29754B. Grayscale: #A5A5A5. Windows color (decimal): -2717004 or 11832022. OLE color: 11832022.

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

Color convert

RGB 214 138 180 -
CMYK 0 0.36 0.16 0.16
HSL 326.84º 0.48% 0.69% -
HSV(B) 326.84º 0.36% 0.84% -
XYZ 45.06 35.77 47.71 -
YUV 165.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 214 138 180 0 0.36 0.16 0.16 326.84 0.48 0.69
Hex D6 8A B4 0 24 10 10 147 30 45
Octal 326 212 264 0 44 20 20 507 60 105
Binary 11010110 10001010 10110100 0 100100 10000 10000 101000111 110000 1000101

Color Harmonies of #D68AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AB4

Black with #D68AB4

Text Example


Text Example

White with #D68AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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