Html Css Color HEX #D68EB4 Kobi

📋 copy color: '#D68EB4'

red 214 ◦ green 142 ◦ blue 180

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

Shades of Kobi #D68EB4

Tints of Kobi #D68EB4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

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

R = 39.93%
G = 26.49%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D68EB4 (or 0xD68EB4) is known color: Kobi. HEX triplet: D6, 8E and B4. RGB value is (214,142,180). Sum of RGB (Red+Green+Blue) = 214+142+180=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EB4 is #29714B. Grayscale: #A7A7A7. Windows color (decimal): -2715980 or 11833046. OLE color: 11833046.

HSL color Cylindrical-coordinate representation of color #D68EB4: hue angle of 328.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68EB4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 180 -
CMYK 0 0.34 0.16 0.16
HSL 328.33º 0.47% 0.7% -
HSV(B) 328.33º 0.34% 0.84% -
XYZ 45.64 36.94 47.9 -
YUV 167.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 214 142 180 0 0.34 0.16 0.16 328.33 0.47 0.7
Hex D6 8E B4 0 22 10 10 148 2F 46
Octal 326 216 264 0 42 20 20 510 57 106
Binary 11010110 10001110 10110100 0 100010 10000 10000 101001000 101111 1000110

Color Harmonies of #D68EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EB4

Black with #D68EB4

Text Example


Text Example

White with #D68EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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