Html Css Color HEX #DD265E Cerise

📋 copy color: '#DD265E'

red 221 ◦ green 38 ◦ blue 94

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

Shades of Cerise #DD265E

Tints of Cerise #DD265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 62.61%
G = 10.76%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD265E (or 0xDD265E) is known color: Cerise. HEX triplet: DD, 26 and 5E. RGB value is (221,38,94). Sum of RGB (Red+Green+Blue) = 221+38+94=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD265E is #22D9A1. Grayscale: #636363. Windows color (decimal): -2283938 or 6170333. OLE color: 6170333.

HSL color Cylindrical-coordinate representation of color #DD265E: hue angle of 341.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD265E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 94 -
CMYK 0 0.83 0.57 0.13
HSL 341.64º 0.73% 0.51% -
HSV(B) 341.64º 0.83% 0.87% -
XYZ 32.53 17.57 12.27 -
YUV 99.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 221 38 94 0 0.83 0.57 0.13 341.64 0.73 0.51
Hex DD 26 5E 0 53 39 D 156 49 33
Octal 335 46 136 0 123 71 15 526 111 63
Binary 11011101 100110 1011110 0 1010011 111001 1101 101010110 1001001 110011

Color Harmonies of #DD265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD265E

Black with #DD265E

Text Example


Text Example

White with #DD265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD265E; }

 p { color: rgb(221,38,94); }

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

background-color css

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

 a { background-color: rgb(221,38,94); }

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

border-color css

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

 span { border-color: rgb(221,38,94); }

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