Html Css Color HEX #D69BB4 Kobi

📋 copy color: '#D69BB4'

red 214 ◦ green 155 ◦ blue 180

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

Shades of Kobi #D69BB4

Tints of Kobi #D69BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

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

R = 38.98%
G = 28.23%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D69BB4 (or 0xD69BB4) is known color: Kobi. HEX triplet: D6, 9B and B4. RGB value is (214,155,180). Sum of RGB (Red+Green+Blue) = 214+155+180=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BB4 is #29644B. Grayscale: #AFAFAF. Windows color (decimal): -2712652 or 11836374. OLE color: 11836374.

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

Color convert

RGB 214 155 180 -
CMYK 0 0.28 0.16 0.16
HSL 334.58º 0.42% 0.72% -
HSV(B) 334.58º 0.28% 0.84% -
XYZ 47.69 41.03 48.59 -
YUV 175.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 214 155 180 0 0.28 0.16 0.16 334.58 0.42 0.72
Hex D6 9B B4 0 1C 10 10 14F 2A 48
Octal 326 233 264 0 34 20 20 517 52 110
Binary 11010110 10011011 10110100 0 11100 10000 10000 101001111 101010 1001000

Color Harmonies of #D69BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BB4

Black with #D69BB4

Text Example


Text Example

White with #D69BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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