Html Css Color HEX #DF7F88 Carissma

📋 copy color: '#DF7F88'

red 223 ◦ green 127 ◦ blue 136

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

Shades of Carissma #DF7F88

Tints of Carissma #DF7F88

RGB

 RED value IS 223 (87.5% from 255) = 45.88%

 GREEN value IS 127 (50% from 255) = 26.13%

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 45.88%
G = 26.13%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF7F88 (or 0xDF7F88) is known color: Carissma. HEX triplet: DF, 7F and 88. RGB value is (223,127,136). Sum of RGB (Red+Green+Blue) = 223+127+136=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F88 is #208077. Grayscale: #9C9C9C. Windows color (decimal): -2130040 or 8945631. OLE color: 8945631.

HSL color Cylindrical-coordinate representation of color #DF7F88: hue angle of 354.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F88 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 136 -
CMYK 0 0.43 0.39 0.13
HSL 354.38º 0.6% 0.69% -
HSV(B) 354.38º 0.43% 0.87% -
XYZ 42.46 32.64 27.36 -
YUV 156.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 223 127 136 0 0.43 0.39 0.13 354.38 0.6 0.69
Hex DF 7F 88 0 2B 27 D 162 3C 45
Octal 337 177 210 0 53 47 15 542 74 105
Binary 11011111 1111111 10001000 0 101011 100111 1101 101100010 111100 1000101

Color Harmonies of #DF7F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F88

Black with #DF7F88

Text Example


Text Example

White with #DF7F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F88; }

 p { color: rgb(223,127,136); }

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

background-color css

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

 a { background-color: rgb(223,127,136); }

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

border-color css

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

 span { border-color: rgb(223,127,136); }

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