Html Css Color HEX #D67DAD Kobi

📋 copy color: '#D67DAD'

red 214 ◦ green 125 ◦ blue 173

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

Shades of Kobi #D67DAD

Tints of Kobi #D67DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 41.8%
G = 24.41%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D67DAD (or 0xD67DAD) is known color: Kobi. HEX triplet: D6, 7D and AD. RGB value is (214,125,173). Sum of RGB (Red+Green+Blue) = 214+125+173=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DAD is #298252. Grayscale: #9C9C9C. Windows color (decimal): -2720339 or 11369942. OLE color: 11369942.

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

Color convert

RGB 214 125 173 -
CMYK 0 0.42 0.19 0.16
HSL 327.64º 0.52% 0.66% -
HSV(B) 327.64º 0.42% 0.84% -
XYZ 42.61 31.98 43.46 -
YUV 157.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 214 125 173 0 0.42 0.19 0.16 327.64 0.52 0.66
Hex D6 7D AD 0 2A 13 10 148 34 42
Octal 326 175 255 0 52 23 20 510 64 102
Binary 11010110 1111101 10101101 0 101010 10011 10000 101001000 110100 1000010

Color Harmonies of #D67DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DAD

Black with #D67DAD

Text Example


Text Example

White with #D67DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DAD; }

 p { color: rgb(214,125,173); }

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

background-color css

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

 a { background-color: rgb(214,125,173); }

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

border-color css

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

 span { border-color: rgb(214,125,173); }

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