Html Css Color HEX #D67EAF Kobi

📋 copy color: '#D67EAF'

red 214 ◦ green 126 ◦ blue 175

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

Shades of Kobi #D67EAF

Tints of Kobi #D67EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.47%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 41.55%
G = 24.47%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D67EAF (or 0xD67EAF) is known color: Kobi. HEX triplet: D6, 7E and AF. RGB value is (214,126,175). Sum of RGB (Red+Green+Blue) = 214+126+175=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67EAF is #298150. Grayscale: #9D9D9D. Windows color (decimal): -2720081 or 11501270. OLE color: 11501270.

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

Color convert

RGB 214 126 175 -
CMYK 0 0.41 0.18 0.16
HSL 326.59º 0.52% 0.67% -
HSV(B) 326.59º 0.41% 0.84% -
XYZ 42.93 32.31 44.53 -
YUV 157.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 214 126 175 0 0.41 0.18 0.16 326.59 0.52 0.67
Hex D6 7E AF 0 29 12 10 147 34 43
Octal 326 176 257 0 51 22 20 507 64 103
Binary 11010110 1111110 10101111 0 101001 10010 10000 101000111 110100 1000011

Color Harmonies of #D67EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EAF

Black with #D67EAF

Text Example


Text Example

White with #D67EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EAF; }

 p { color: rgb(214,126,175); }

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

background-color css

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

 a { background-color: rgb(214,126,175); }

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

border-color css

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

 span { border-color: rgb(214,126,175); }

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