Html Css Color HEX #D68889 Carissma

📋 copy color: '#D68889'

red 214 ◦ green 136 ◦ blue 137

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

Shades of Carissma #D68889

Tints of Carissma #D68889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 137 (53.91% from 255) = 28.13%

R = 43.94%
G = 27.93%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68889 (or 0xD68889) is known color: Carissma. HEX triplet: D6, 88 and 89. RGB value is (214,136,137). Sum of RGB (Red+Green+Blue) = 214+136+137=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68889 is #297776. Grayscale: #9F9F9F. Windows color (decimal): -2717559 or 9013462. OLE color: 9013462.

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

Color convert

RGB 214 136 137 -
CMYK 0 0.36 0.36 0.16
HSL 359.23º 0.49% 0.69% -
HSV(B) 359.23º 0.36% 0.84% -
XYZ 41.05 33.71 28.01 -
YUV 159.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 214 136 137 0 0.36 0.36 0.16 359.23 0.49 0.69
Hex D6 88 89 0 24 24 10 167 31 45
Octal 326 210 211 0 44 44 20 547 61 105
Binary 11010110 10001000 10001001 0 100100 100100 10000 101100111 110001 1000101

Color Harmonies of #D68889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68889

Black with #D68889

Text Example


Text Example

White with #D68889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68889; }

 p { color: rgb(214,136,137); }

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

background-color css

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

 a { background-color: rgb(214,136,137); }

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

border-color css

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

 span { border-color: rgb(214,136,137); }

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