Html Css Color HEX #D94268 Cerise

📋 copy color: '#D94268'

red 217 ◦ green 66 ◦ blue 104

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

Shades of Cerise #D94268

Tints of Cerise #D94268

RGB

 RED value IS 217 (85.16% from 255) = 56.07%

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 56.07%
G = 17.05%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D94268 (or 0xD94268) is known color: Cerise. HEX triplet: D9, 42 and 68. RGB value is (217,66,104). Sum of RGB (Red+Green+Blue) = 217+66+104=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D94268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94268 is #26BD97. Grayscale: #737373. Windows color (decimal): -2538904 or 6832857. OLE color: 6832857.

HSL color Cylindrical-coordinate representation of color #D94268: hue angle of 344.9º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94268 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 104 -
CMYK 0 0.70 0.52 0.15
HSL 344.9º 0.67% 0.55% -
HSV(B) 344.9º 0.7% 0.85% -
XYZ 33.06 19.65 15.15 -
YUV 115.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 217 66 104 0 0.70 0.52 0.15 344.9 0.67 0.55
Hex D9 42 68 0 46 34 F 159 43 37
Octal 331 102 150 0 106 64 17 531 103 67
Binary 11011001 1000010 1101000 0 1000110 110100 1111 101011001 1000011 110111

Color Harmonies of #D94268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94268

Black with #D94268

Text Example


Text Example

White with #D94268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94268; }

 p { color: rgb(217,66,104); }

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

background-color css

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

 a { background-color: rgb(217,66,104); }

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

border-color css

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

 span { border-color: rgb(217,66,104); }

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