Html Css Color HEX #D683B2 Kobi

📋 copy color: '#D683B2'

red 214 ◦ green 131 ◦ blue 178

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

Shades of Kobi #D683B2

Tints of Kobi #D683B2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.05%

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

R = 40.92%
G = 25.05%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D683B2 (or 0xD683B2) is known color: Kobi. HEX triplet: D6, 83 and B2. RGB value is (214,131,178). Sum of RGB (Red+Green+Blue) = 214+131+178=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D683B2 is #297C4D. Grayscale: #A1A1A1. Windows color (decimal): -2718798 or 11699158. OLE color: 11699158.

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

Color convert

RGB 214 131 178 -
CMYK 0 0.39 0.17 0.16
HSL 326.02º 0.5% 0.68% -
HSV(B) 326.02º 0.39% 0.84% -
XYZ 43.88 33.74 46.32 -
YUV 161.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 214 131 178 0 0.39 0.17 0.16 326.02 0.5 0.68
Hex D6 83 B2 0 27 11 10 146 32 44
Octal 326 203 262 0 47 21 20 506 62 104
Binary 11010110 10000011 10110010 0 100111 10001 10000 101000110 110010 1000100

Color Harmonies of #D683B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683B2

Black with #D683B2

Text Example


Text Example

White with #D683B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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