Html Css Color HEX #D93274 Cerise

📋 copy color: '#D93274'

red 217 ◦ green 50 ◦ blue 116

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

Shades of Cerise #D93274

Tints of Cerise #D93274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 56.66%
G = 13.05%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D93274 (or 0xD93274) is known color: Cerise. HEX triplet: D9, 32 and 74. RGB value is (217,50,116). Sum of RGB (Red+Green+Blue) = 217+50+116=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D93274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93274 is #26CD8B. Grayscale: #6B6B6B. Windows color (decimal): -2542988 or 7615193. OLE color: 7615193.

HSL color Cylindrical-coordinate representation of color #D93274: hue angle of 336.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93274 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 116 -
CMYK 0 0.77 0.47 0.15
HSL 336.29º 0.69% 0.52% -
HSV(B) 336.29º 0.77% 0.85% -
XYZ 32.91 18.29 18.32 -
YUV 107.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 217 50 116 0 0.77 0.47 0.15 336.29 0.69 0.52
Hex D9 32 74 0 4D 2F F 150 45 34
Octal 331 62 164 0 115 57 17 520 105 64
Binary 11011001 110010 1110100 0 1001101 101111 1111 101010000 1000101 110100

Color Harmonies of #D93274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93274

Black with #D93274

Text Example


Text Example

White with #D93274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93274; }

 p { color: rgb(217,50,116); }

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

background-color css

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

 a { background-color: rgb(217,50,116); }

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

border-color css

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

 span { border-color: rgb(217,50,116); }

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