Html Css Color HEX #D93A68 Cerise

📋 copy color: '#D93A68'

red 217 ◦ green 58 ◦ blue 104

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

Shades of Cerise #D93A68

Tints of Cerise #D93A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 57.26%
G = 15.3%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D93A68 (or 0xD93A68) is known color: Cerise. HEX triplet: D9, 3A and 68. RGB value is (217,58,104). Sum of RGB (Red+Green+Blue) = 217+58+104=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A68 is #26C597. Grayscale: #6E6E6E. Windows color (decimal): -2540952 or 6830809. OLE color: 6830809.

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

Color convert

RGB 217 58 104 -
CMYK 0 0.73 0.52 0.15
HSL 342.64º 0.68% 0.54% -
HSV(B) 342.64º 0.73% 0.85% -
XYZ 32.63 18.78 15 -
YUV 110.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 217 58 104 0 0.73 0.52 0.15 342.64 0.68 0.54
Hex D9 3A 68 0 49 34 F 157 44 36
Octal 331 72 150 0 111 64 17 527 104 66
Binary 11011001 111010 1101000 0 1001001 110100 1111 101010111 1000100 110110

Color Harmonies of #D93A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A68

Black with #D93A68

Text Example


Text Example

White with #D93A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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