Html Css Color HEX #D93467 Cerise

📋 copy color: '#D93467'

red 217 ◦ green 52 ◦ blue 103

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

Shades of Cerise #D93467

Tints of Cerise #D93467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 58.33%
G = 13.98%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93467 (or 0xD93467) is known color: Cerise. HEX triplet: D9, 34 and 67. RGB value is (217,52,103). Sum of RGB (Red+Green+Blue) = 217+52+103=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D93467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93467 is #26CB98. Grayscale: #6B6B6B. Windows color (decimal): -2542489 or 6763737. OLE color: 6763737.

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

Color convert

RGB 217 52 103 -
CMYK 0 0.76 0.53 0.15
HSL 341.45º 0.68% 0.53% -
HSV(B) 341.45º 0.76% 0.85% -
XYZ 32.29 18.19 14.64 -
YUV 107.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 217 52 103 0 0.76 0.53 0.15 341.45 0.68 0.53
Hex D9 34 67 0 4C 35 F 155 44 35
Octal 331 64 147 0 114 65 17 525 104 65
Binary 11011001 110100 1100111 0 1001100 110101 1111 101010101 1000100 110101

Color Harmonies of #D93467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93467

Black with #D93467

Text Example


Text Example

White with #D93467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93467; }

 p { color: rgb(217,52,103); }

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

background-color css

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

 a { background-color: rgb(217,52,103); }

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

border-color css

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

 span { border-color: rgb(217,52,103); }

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