Html Css Color HEX #DD7B8E Carissma

📋 copy color: '#DD7B8E'

red 221 ◦ green 123 ◦ blue 142

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

Shades of Carissma #DD7B8E

Tints of Carissma #DD7B8E

RGB

 RED value IS 221 (86.72% from 255) = 45.47%

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 45.47%
G = 25.31%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD7B8E (or 0xDD7B8E) is known color: Carissma. HEX triplet: DD, 7B and 8E. RGB value is (221,123,142). Sum of RGB (Red+Green+Blue) = 221+123+142=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B8E is #228471. Grayscale: #9A9A9A. Windows color (decimal): -2262130 or 9337821. OLE color: 9337821.

HSL color Cylindrical-coordinate representation of color #DD7B8E: hue angle of 348.37º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B8E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 142 -
CMYK 0 0.44 0.36 0.13
HSL 348.37º 0.59% 0.67% -
HSV(B) 348.37º 0.44% 0.87% -
XYZ 41.78 31.49 29.47 -
YUV 154.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 221 123 142 0 0.44 0.36 0.13 348.37 0.59 0.67
Hex DD 7B 8E 0 2C 24 D 15C 3B 43
Octal 335 173 216 0 54 44 15 534 73 103
Binary 11011101 1111011 10001110 0 101100 100100 1101 101011100 111011 1000011

Color Harmonies of #DD7B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B8E

Black with #DD7B8E

Text Example


Text Example

White with #DD7B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B8E; }

 p { color: rgb(221,123,142); }

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

background-color css

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

 a { background-color: rgb(221,123,142); }

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

border-color css

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

 span { border-color: rgb(221,123,142); }

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